> I'm trying to nail down why I'm getting a busy spinner and an unresponsive
> window in my simple test:
>
> Foo.java <
http://forum.jogamp.org/file/n4032038/Foo.java>
>
> I added the console output in the display method just to make sure it was
> being called by the animator but I get the busy issue with or without it.
>
> A little about my environment:
> MacOS 10.9.2
> Java build 1.7.0_51-b13
>
> jogamp-all-platforms/jogl.artifact.properties:
> gluegen.build.version=2.1.5
> gluegen.build.number=779
> gluegen.build.id=2014-03-10_14-59-56
> gluegen.build.branch=origin/master
> gluegen.build.commit=6476552f46c7bc7b151d53a9e8d2332deda10fcb
> jogl.build.version=2.1.5
> jogl.build.number=1240
> jogl.build.id=2014-03-11_04-15-42
> jogl.build.branch=origin/master
> jogl.build.commit=ba0dc6462a88ee7512a087deaaca760239915548
>
> My compile and run:
> javac -cp
> ".:jogamp-all-platforms/jar/gluegen-rt.jar:jogamp-all-platforms/jar/jogl-all-noawt.jar"
> Foo.java
> java -cp
> ".:jogamp-all-platforms/jar/gluegen-rt.jar:jogamp-all-platforms/jar/jogl-all-noawt.jar"
> Foo
>
> At this point I'm pretty stumped.