OS X native JDK7 support

42 views
Skip to first unread message

Lee Isensee

unread,
Oct 25, 2013, 3:57:43 PM10/25/13
to execut...@googlegroups.com
Running /Applications/ExecuteQuery.app results in using the JDK 1.6, but running the app the following way results in using JDK7.
java -jar /Applications/ExecuteQuery.app/Contents/Resources/Java/eq.jar

I know that Apple imposes some configuration rules but even modifying the Info.plist file with the settings below doesn't fix the native problem:
      <key>JVMVersion</key>
      <string>1.6+</string>

In .bash_profile $JAVA_HOME is pointed to:
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`

Thoughts?

-L
Reply all
Reply to author
Forward
0 new messages