Anyone had any luck with the new JDK15 alpha and JOGL ?
( http://java.sun.com/developer/earlyAccess/j2sdk150_alpha/ )
I got it working on Linux, although only with some extra LD_LIBRARY_PATH bodgery (for libmawt.so) that isn’t needed on 1.4.
On Solaris, the JVM just blows up, and I can’t tell if it’s a JVM or JOGL issue:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGBUS (0xa) at pc=0xf85b87cc, pid=29145, tid=1
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-beta-b31 mixed mode)
# Problematic frame:
# C [libX11.so.4+0x387cc] XVisualIDFromVisual+0x4
#
# An error report file with more information is saved as hs_err_pid29145.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Abort(coredump)