Skip to content

Commit df77ff0

Browse files
committed
notes on JDK version for OS X
1 parent 8735a3f commit df77ff0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/macosx/template.app/Contents/Info.plist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
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

@@ -76,7 +77,9 @@
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

java/application/template.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
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

todo.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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?

0 commit comments

Comments
 (0)