I’m setting up JOGL JSR-231-2.0 beta10 on Win 7 with Eclipse and jdk 1.6 u20. I have been able to run some of the JOGL examples (eg, Gears) using the JNLP versions on the web. However, when I downloaded the libraries and the example source and tried to run Gears directly in Eclipse, I get method not found errors. I’ve scrubbed the disk of all versions of gluegen-rt etc except the one in the beta10 directory. I wrote a little java source that attempts to call various methods from BufferFactory. All the methods are visible in the Eclipse package explorer, but some (isLittleEndian(), nativeOrder(ByteBuffer)) cause compiler errors as being not defined. (See attached screenshot.)
I can’t figure out why this is. Does anyone have any suggestions?
Thanks.
Doug