Can anyone name the software which converters .java file to an executable .jar file :) ?
Making a .jar file
Started by ahmed, Oct 18 2009 08:57 AM
1 reply to this topic
#1
Posted 18 October 2009 - 08:57 AM
|
|
|
#2
Posted 18 October 2009 - 09:17 AM
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!


Sign In
Create Account


Back to top









