Jump to content

Making a .jar file

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
Can anyone name the software which converters .java file to an executable .jar file :) ?

#2
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
You use javac to compile .java files into .class files, then you use jar to pack those .class files into a .jar file. Read Packing programs into JAR files by Sun.
Wow I changed my sig!