How to deploy JVM into the OpenWebStart JVM Manager?
Hello, we are using OpenWebStart (https://openwebstart.com/) as a Java Webstarter alternative and need to distribute a JVM file.
When installing the software, we enter the following data in the response.varfile (config file):
# install4j response file for OpenWebStart 1.10.1
installationDate$Long=1734446022074
sys.adminRights$Boolean=true
sys.fileAssociation.extensions$StringArray="jnlp","jnlpx"
sys.fileAssociation.launchers$StringArray="313","313"
sys.installationDir=C:\Program Files\OpenWebStart\OpenWebStart
sys.languageId=de
userMode$Integer=1
ows.jvm.manager.updateStrategy=NO_REMOTE
ows.jvm.manager.updateStrategy.locked=true
ows.jvm.manager.maxDaysUnusedInJvmCache=120
ows.jvm.manager.maxDaysUnusedInJvmCache.locked=true
ows.update.activated=false
ows.update.activated.locked=true
ows.checkUpdate.locked=true
ows.update.strategy.settings.locked=true
ows.update.strategy.launch=NEVER
ows.update.strategy.launch.locked=true
ows.jvm.manager.searchLocalAtStartup=true
ows.jvm.manager.excludeDefaultSearchLocation=true
ows.jvm.manager.customSearchLocation=C:\Program Files\OpenWebStart\jdk8u392-b08-jre
We believe that the last 3 lines should automatically include the JVM file.
Error message: The local file is not found.
Does anyone know a way to include the JVM automatically so that it looks like this?
Many thanks for your help.
Answers (0)
Be the first to answer this question