![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hey! Microsoft's Java SDK4.0 has jexegen.exe tool which generates exe files from class files. You can download that for free from Microsoft's website. Personally, I am not a big fan of jview.exe. And yeah I got that liking to 'clickables' too. So I satisfy my urges by creating batch files. All you need to do is create a file with .bat extension. Within it type (assuming myClasses.jar is your jar file): java -jar myClasses.jar But make sure you have a manifest file which declares your main class. Rock n Roll. Jay.
Replies:
|
Sponsored Links
|