Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top