So I'm new to Processing. I have some experience with Java, but it was many years ago. I downloaded and installed the latest version, but I'm not able to run anything. I tried a blank file, a simple line(), an example program, and I keep getting the following message:
Code:
Could not run the sketch.
[0] "Unrecognized option: -d32"
[1] "Could not create the Java virtual machine."
Using startup command:
{command=command=java -d32 -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8289,suspend=y -Xdock:name=sketch_sep05b -Djava.library.path=:/Applications/Processing.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java -cp /tmp/build8449133547020162308.tmp:/Applications/Processing.app/Contents/Resources/Java/pde.jar:/Applications/Processing.app/Contents/Resources/Java/core.jar:/Applications/Processing.app/Contents/Resources/Java/antlr.jar:/Applications/Processing.app/Contents/Resources/Java/ecj.jar:/Applications/Processing.app/Contents/Resources/Java/registry.jar:/Applications/Processing.app/Contents/Resources/Java/quaqua.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar processing.core.PApplet "--editor-location=1135,122" --external --display=1 --sketch-path=/tmp/untitled2288840213417491220.tmp/sketch_sep05b sketch_sep05b , quote=quote=", address=address=127.0.0.1:8289}
I'm running OS X 10.4, Java 1.5.
I've been searching the web and the forum all day, but can't seem to solve the problem. Hopefully it's not something too obvious..
Any help would be appreciated. Please let me know if I can provide any other information.
Thanks!