Java web start JAVA_HOME

I have an application that launches a Swing gui using java web start. The user has 4 versions of installed java 1.6 (1.6.0.3, 1.6.0.5, 1.6.0.7. 1.6.0.11)

Webstart selects java version 1.6.0.11, but JAVA_HOME is installed in java version 1.6.0.3. Could this cause any potential problems for webstart?

  • rich
+5
source share
2 answers

In this thread , the Java Web Start application is referenced, checking the version of the available JRE along this path:

C:\Documents and Settings\[User]\Application Data\Sun\Java\Deployment\deployment.properties
(for Windows XP)

C:\Users\[User]\AppData\LocalLow\Sun\Java\Deployment\deployment.properties
(for Windows Vista)

It has lines like:

deployment.javaws.jre.0.path=C\:\\Program Files\\Java\\jre6\\bin\\javaw.exe
deployment.javaws.jre.0.product=1.6.0_11

.

I believe that JWS will start with these settings, and not from a variable JAVA_HOME, which should not be a problem.

,

deployment.properties Java. Java Plug-in, Java Web Start.

deployment.properties. , , . () System-Level deployment.properties.

+4

- jave script. JRE JDK . , . .

, .

0

All Articles