josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Wonderland doesn't work with Java7 on Mac #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nicole.m...@gmail.com on 24 Oct 2012 at 6:54

GoogleCodeExporter commented 9 years ago
Problem may be that JOGL uses Apple internal classes. Either need to update to 
latest version of JOGL or try and rebuild JOGL on the Mac with the fix to the 
internal class problem (if one exists).

Original comment by nicole.m...@gmail.com on 24 Oct 2012 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by nicole.m...@gmail.com on 24 Oct 2012 at 7:01

GoogleCodeExporter commented 9 years ago
On 2 November 2012 20:56, Jonathan Kaplan <jonathankap@gmail.com> wrote:

Changing JME or even JOGL versions will be a big project. My short-term
suggestion for the Java 7 issue on the Mac is to rebuild the current version
of JOGL and replace the references to apple.* libraries that are causing
problems. I assume these have been replaced with different paths in Java 7,
but I bet the same classes are still there.

The JOGAMP project keeps historical versions in their repository:

http://jogamp.org/git/?p=jogl.git;a=tags

I believe 1.1.1a is similar to the version we use in Wonderland. They have
detailed build instructions here:

http://jogamp.org/git/?p=jogl.git;a=blob_plain;f=doc/HowToBuild.html;hb=d415a970
9c8841a55f30f35c30cea0622924ccf0

This would only affect the Mac, which would limit the impact of the change.

Original comment by nicole.m...@gmail.com on 6 Nov 2012 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by nicole.m...@gmail.com on 8 Aug 2013 at 4:19