Thursday, October 28, 2004

Create java executable file in Windows

To create executable file for java application inWindows, so you just do one click to launch:

1. create a bat file with the following line

START java -jar JARFILE

or

javaw -jar JARFILE

START or javaw command makes java application run without command prompt showing to your screen

4. Using Nullsoft (NSIS) script or JELUDE

4. Free tools, see related links in Jelude page

No comments:

Followers