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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.