Configure Launch4J to use 32-bit JVM only

前端 未结 8 1164
深忆病人
深忆病人 2020-12-29 12:58

I\'m using Launch4J to start my Java application and if an x64 JRE is present on the system, Launch4J seems to prefer it.

Unfortunately my application cannot run on

8条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-29 13:48

    For any users of Launch4j applications like Areca that get stung by this one, and need a quick work around, look in the directory where the application is launched and you will find a complete java command line to run your program inside a file named launch4j.log. Just make a bat file or script using the java vm you prefer and run it with the full command line in the log.

提交回复
热议问题