|
DownloadsThe following downloads are available in the distribution:
Note: these executable Jar files are command-line tools: do not try to execute them on Windows by double-clicking
the file since you may get unexpected results (silent execution). Open a command shell and execute them
using the
java -jar command.
If you wish to double-click and launch a
C:\> assoc .jar=jarfile C:\> ftype jarfile=cmd.exe /k java.exe -jar "%1" %*This basically associates .jar files with java.exe through a command window which will remain on exit. Alternatively, to bypass the command window: C:\> assoc .jar=jarfile C:\> ftype jarfile=javaw.exe -jar "%1" %* You might also find the JarFix tool to be useful. Which One Do I Need?
|
|
![]() |
![]() |
![]() |