I have created an application using Install4j, and I need to run javaws from the bundled JRE. I can use ${launcher:sys.jvmHome} to get to the jre folder, which contains a bin folder. I thought javaws would be there, but it isn't. Do I need to do something else to include javaws in the JRE, or am I looking in the wrong place entirely? Thanks!

有帮助吗?

解决方案

javaws is excluded from the pre-made bundles for install4j. You can create your own bundles by invoking

Project->Create a JRE bundle

from the main menu. Those bundles will include javaws.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top