Re: Creation of Exe File for Java Application
Posted By:
Mike_John
Posted On:
Monday, December 22, 2003 10:37 PM
What u could try is, creat once executable Jar. U have to give a manifest file for this.. which will specify the main class and all those stuff.
Re: Creation of Exe File for Java Application
Posted By:
Michael_Couck
Posted On:
Saturday, December 20, 2003 06:15 AM
You need an application that compiles it into native
code. A good idiot proof application is Excelsior Jet
Obfuscator.
Have a look here
http://www.excelsior-usa.com/jetman1.html .
Hope this helps.
Michael