Java Runtime Versions
Thread Starter
Sub Judice Angel Lovegod

Joined: Oct 2002
Posts: 2,460
Likes: 0
From: London
Java Runtime Versions
There are two excellent resources now available online. The trouble is that NotamPlot demands version 1.4.2 of the Java runtime environment and the EAD database will only work with 1.3.1_04.
Is there any way to be able to use both on the same PC?
Timothy
Is there any way to be able to use both on the same PC?
Timothy
Joined: Apr 2003
Posts: 28
Likes: 0
From: Berkshire
Hi Timothy
It is possibe.. The trick is to set supply different JRE version paths to the java executable so
For starters you'll need to install/extract both versions you require onto your pc say C:\1.4.2 and C:\1.3.1_04
For the Notam Pilot you'll need to create a shortcut using java.exe and setting the classpath switch to point to the lib folder of 1.4.2 and the and similarly for the EAD db application you'll need to set the classpath switch to point to 1.3.1_04. Once you have that done set the jar switch to point to jar file for the specific application
Eg java.exe -cp C:\1.4.2\lib -jar NotamPilot.jar
Here is a rather vague Java Forum reply to the same question but it says in different words what i've wrote above..
http://forum.java.sun.com/thread.jsp...rt=0&trange=15
It is possibe.. The trick is to set supply different JRE version paths to the java executable so
For starters you'll need to install/extract both versions you require onto your pc say C:\1.4.2 and C:\1.3.1_04
For the Notam Pilot you'll need to create a shortcut using java.exe and setting the classpath switch to point to the lib folder of 1.4.2 and the and similarly for the EAD db application you'll need to set the classpath switch to point to 1.3.1_04. Once you have that done set the jar switch to point to jar file for the specific application
Eg java.exe -cp C:\1.4.2\lib -jar NotamPilot.jar
Here is a rather vague Java Forum reply to the same question but it says in different words what i've wrote above..
http://forum.java.sun.com/thread.jsp...rt=0&trange=15




