I tried to add JOGL to my project, and after a long search on the Internet, I found a solution. I added jars to my build path, and Eclipse recognizes them.
I wanted to test it, so I took the code here: https://sites.google.com/site/justinscsstuff/jogl-tutorial-2 and compiled.
The AWT path gives me this result:
2012-06-03 18:20:44.623 java[1481:903] [Java CocoaComponent compatibility mode]: Enabled 2012-06-03 18:20:44.626 java[1481:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 2012-06-03 18:20:46.253 java[1481:903] *** __NSAutoreleaseNoPool(): Object 0x102034900 of class NSConcreteMapTableValueEnumerator autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.259 java[1481:903] *** __NSAutoreleaseNoPool(): Object 0x10209e3f0 of class __NSCFDate autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.259 java[1481:903] *** __NSAutoreleaseNoPool(): Object 0x10209cbd0 of class NSCFTimer autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.301 java[1481:d703] *** __NSAutoreleaseNoPool(): Object 0x10015e990 of class NSCFNumber autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.301 java[1481:d703] *** __NSAutoreleaseNoPool(): Object 0x100121720 of class NSConcreteValue autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.302 java[1481:d703] *** __NSAutoreleaseNoPool(): Object 0x10011c2f0 of class NSCFNumber autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.302 java[1481:d703] *** __NSAutoreleaseNoPool(): Object 0x1001ba750 of class NSConcreteValue autoreleased with no pool in place - just leaking 2012-06-03 18:20:46.302 java[1481:d703] *** __NSAutoreleaseNoPool(): Object 0x100157e70 of class NSCFDictionary autoreleased with no pool in place - just leaking
I can not find others with the same problem. I found others with the same error, but not for the same reason.
The NEWT-way gives me a white square that is โnot respondingโ and I need to force stop it (Apple-key + alt + esc).
My cursor turns into a wait cursor. Although it is well designed, I would rather get rid of it.
How do i solve this? I am using Eclipse on Mac. OS 10.6.8
EDIT:
Thanks to Clint, the first two lines have disappeared, but are still leaking ...
EDIT 2:
I decided!
11684 source share