Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Xerxes Rånby on
May 29, 2013; 9:14am
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4029247.html
Xerxes Rånby wrote
Traksewt wrote
InteractiveMesh wrote:
>JDK 7 Bug 2229714 : [macosx] JAWT native CALayer not positioned over Canvas
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=2229714>JDK 8 Bug 7172187 : [macosx] JAWT native CALayer not positioned over Canvas
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7172187Does anyone know when this fix gets into the Oracle JRE 7 stream? The latest Oracle java u21 still has this position bug. We are releasing our software soon, and we have to write a note to install OpenJDK u12 to get it working on Mac, which is less than ideal.
Sounds like this bug was fixed last year, I wasn't expecting it to take so long to get into the main stream. The defect says: Fixed Versions: 7u40, which is a worry as we are currently on 7u21. I'm wondering if that (7u40) is a future placeholder that means it isn't in plan and is unlikely to come in soon. Anyone know how to apply pressure to get this in earlier? It would be a shame if Java3D on MacOS will only work on Java8 when it comes out.
k
The next major 7 non-security feature & bug-fix release 7u40 is scheduled for general release by Oracle at late August 2013.
You have to check the Oracle's JDK 7 Update Releases page for further/updated information.
http://openjdk.java.net/projects/jdk7u/http://openjdk.java.net/projects/jdk7u/releases/7u40.html
Before general release, GA, Oracle only offer 7u40 JDK 7 Update 40 Early Access Release builds from java.net
https://jdk7.java.net/download.htmlThese builds includes the fix but are releases under a non-distributable "draconian"
Pre-Release Software Evaluation Agreement license.
I recommend you to build your own version of OpenJDK 7u40 using the GPL licensed sourcecode and ship it with your project.
Gomez Henri: have prepared some build scripts that may help build OpenJDK for MacOSX
https://github.com/hgomez/obuildfactory