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
Here is the version of Java that my ENV is pointed to:
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)
Maybe it is me working in a bar at 20:47—however, I am having some issue locating the following error:
To me, it doesn't look like I have any unclosed '()'s.
I don't have a lot of Processing experience; however, I am fairly fluent in Java. I used the explicit version of String, because I don't know what a processing String is.