Mac OS X complains about can't run 32-bit mode
in
Integration and Hardware
•
2 years ago
I can't figure out where Processing looks for JVMs. I set my Java preferences on my mac to try the 64 bit versions, and at command line I get:
osPrompt: java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-9M3263)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
But Processing is still finding some 32 version. Not a biggie but annoying.
osPrompt: java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-9M3263)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
But Processing is still finding some 32 version. Not a biggie but annoying.
1