optyfr / JLauncher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JLauncher

A windows executable that will search for the currently installed java (the one in your %PATH%), and use it to launch a Jar with the same name as the executable and at the same place (so that renaming JLauncher.exe to JRomManager.exe, then execute, it will then launch javaw -Xmx1g -jar .\JRomManager.jar) It will also detect if JVM is 64bits, if so it will use -Xmx2g instead of -Xmx1g (not currently configurable)

About

License:GNU General Public License v2.0


Languages

Language:C++ 73.8%Language:C 26.2%