File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
build/macosx/template.app/Contents Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5656 </dict >
5757 </array >
5858
59+ <!-- Do not change this. If you do, do not file a bug. -->
5960 <key >LSMinimumSystemVersion </key >
6061 <string >10.6.8 </string >
6162
7677 <key >MainClass </key >
7778 <string >processing.app.Base </string >
7879
79- <!-- As of 2.0a2 we are now requiring Java 1.6 -->
80+ <!-- As of 2.0a2 we are now requiring Java 1.6. We don't yet support
81+ Java 7 on OS X (because of lack of retina and JOGL support).
82+ Switching this to 1.7 will likely break lots of things. -->
8083 <key >JVMVersion </key >
8184 <string >1.6* </string >
8285
Original file line number Diff line number Diff line change 4040 <key >MainClass </key >
4141 <string >@@sketch@@ </string >
4242
43+ <!-- We don't support Java 7 on OS X.
44+ Using it will break lots of things. -->
4345 <key >JVMVersion </key >
4446 <string >1.6* </string >
4547
Original file line number Diff line number Diff line change @@ -886,11 +886,6 @@ _ waiting on retina support for JDK 7
886886_ http://bugs.sun.com/view_bug.do?bug_id=8009754
887887_ b86 supposed to have some support (not available yet)
888888_ http://jdk8.java.net/download.html
889- _ keep an eye on the Java 8 builds, since all the effort goes there
890- _ https://wikis.oracle.com/display/OpenJDK/Mac+OS+X+Port
891- _ sudo port install mercurial
892- _ ./get_source.sh
893- _ ./jdk8/build/macosx-x86_64-normal-server-release/jdk/bin/java
894889_ LWJGL forum discussion
895890_ http://lwjgl.org/forum/index.php/topic,4711.225.html
896891_ change cmd line for OS X to use symlink?
You can’t perform that action at this time.
0 commit comments