Processing is not finding the correct JDK. I am getting the following error when launching processing:
I have a JDK on my machine; however, it is not my default instance of Java. I have tried to create a .bat file that points to the java version; however, it doesn't appear to look at my modified ENV:
- SETLOCAL
- SET CLASSPATH=C:\glassfish3\jdk\bin;%CLASSPATH%
- SET PATH=C:\glassfish3\jdk\bin;%HOMEPATH%\Documents\jp\bin\processing\processing-1.5.1;%PATH%
- cmd processing
- C:\glassfish3\jdk\bin>.\java -version
- java version "1.6.0_27"
- Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
- Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode)
How else can I launch this?
Tnx,
Jon
w1jp
1