deployment - Force program to use java instead of java 8 -



deployment - Force program to use java instead of java 8 -

i have programme (xx.jnlp) run webstart. application must utilize java 1.7.0_71. (32bit) when java 8 (64bit) installed tries start it.

i have found out can controlled java command panel (user) , through deployment.properties , deployment.config

my question now. how define code within deployment.properties , deployment.config run specified program(xx.jnlp) specified java version (in case 1.7.0_71 32bit)

i tried line in deployment.properties. "deployment.javaws.jre = 1.7.0_71 /jnpl=http://xx.jnlp / arch = x86 "

maybe need within deployment.config

best regards

add next jnlp file:

<resources> <j2se version="1.7.0_71" arch="x86" /> </resources>

as described here. maybe need test several options, before work properly.

java deployment version java-web-start

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -