Login  Register

Re: MacOS 10.9.2 Newt test giving me busy spinner and unresponsive window

Posted by jmaasing on Mar 23, 2014; 10:01am
URL: https://forum.jogamp.org/MacOS-10-9-2-Newt-test-giving-me-busy-spinner-and-unresponsive-window-tp4032038p4032043.html

I can not reproduce the problem. I used other JAR-files (jogl-all instead of jogl-all-noawt) maybe that is an explanation, here is my setup.

OS X 10.9.2 (13C64)
Java(TM) SE Runtime Environment (build 1.8.0-b132)

GLUEGEN_RT=.m2/repository/org/jogamp/gluegen/gluegen-rt/2.1.5-01/gluegen-rt-2.1.5-01.jar
JOGL_ALL=.m2/repository/org/jogamp/jogl/jogl-all/2.1.5-01/jogl-all-2.1.5-01.jar

javac -cp "$GLUEGEN_RT:$JOGL_ALL" Foo.java
java -cp "$GLUEGEN_RT:$JOGL_ALL:." Foo

I see the window (and can move/resize), the triangle and the console gets a lot of "Foo.display"