VRL-Studio / VRL

Visual Reflection Library
http://vrl.mihosoft.eu
29 stars 18 forks source link

Old Java 3D (pre 1.6) with Jogl 1.x does not work on JDK>6 and OS X #49

Closed miho closed 9 years ago

miho commented 9 years ago

Native bindings have changed during the JDK transition from Apple to Oracle/Sun. Therefore, the current Java3D version does not work anymore with Oracle JDK on OS X. On Linux and Windows it still works.

To be JDK8 compatible we have to update the Java3D version and Jogl bindings.