954,157 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

create exe file

hi all
I am new to java,i want to create exe file for my jarfiles.I want the same for web based and stand alone application .can any body please explain the above

sachein
Newbie Poster
1 post since Nov 2008
Reputation Points: 10
Solved Threads: 0
 
hi all I am new to java,i want to create exe file for my jarfiles.I want the same for web based and stand alone application .can any body please explain the above

normally, you should be able to explain, since the above is what you wish to achieve.

anyway, it's a bad idea. since you already have .jar files, you already have executable files. the upside of .jar files, compared to .exe files, is that .jar files are not depending on the OS you're using them on, while .exe files are Windows Executables.

if you still want to create .exe files based on your .jar's, check out NativeJ

stultuske
Posting Sensei
3,110 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 432
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You