简体   繁体   中英

Does java webstart always use the latest java version installed on your computer?

I have several versions of Java installed:

在此处输入图片说明

I would like to tell Java webstart to use a specific version, but I can't find where to make this config change.

在此处输入图片说明

Does anyone know if it always just uses the latest version on your computer (mine is using 1.8.0_45)? Or even better, does anyone know how to change what version it uses?

Thanks!

You can put

<resources>
    <java version="1.7*"/>

under resources section in the jnpl file to specify a jvm.

Source

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM