Executable file in Java

Status
Not open for further replies.

redhat

Mad and Furious
Joined
May 28, 2006
Messages
450
Please Google it.
Also, digit provided several such softwares last year. One exists in the November 2006, DVD:rolleyes:
 

Digit_Dragon

Old Stock in New Bottle!!
Joined
Jan 21, 2007
Messages
61
You can create a jar file of a java code see the link

*en.wikipedia.org/wiki/JAR_(file_format)

In the MANIFEST.MF keep all your class files required (compiled java files) to run the program.
Then create a jar file based on the main class.

If any problem check java docs.:)
 
Status
Not open for further replies.
Top