PDA

View Full Version : how to make jar self executable ?


psindia
06-18-2005, 01:53 PM
Hi Friends ,

I had a simple doubt .. I had made a jar output of my program. But to run it i need JVM or JRE .. Is there any way to implement a way so that it can be made self executable... I had seen that many programes written in java(encyclopedias ) run with out any java installation

Please help mw :confused: :confused:

Spookster
06-18-2005, 04:14 PM
Creating executable jar files are pretty simple. Here is a simple tutorial

http://neptune.netcomp.monash.edu.au/JavaHelp/howto/jar.htm

suryad
06-18-2005, 06:52 PM
Thanks for the info spookster! Cool link!