Login  Register

Re: Applet throwing NoSuchMethodException

Posted by WarrenFaith on Jan 26, 2011; 2:23am
URL: https://forum.jogamp.org/Applet-throwing-NoSuchMethodException-tp2335825p2351066.html

I can't believe it! I know I checked that the constructor I use is really in the API, but I somehow missed the "Immutable" end...
And the reason why it works in eclipse is pretty simple: My good professor at my university used old JOGL libs where these changes are not yet made.
So I was using old stuff in eclipse while downloading the newest one with the applets... GREAT!

Sven: You saved my bachelor thesis! Really (already made a WebGL Benchmark, now I can finally port the benchmark to Java...)

Anyway, I figured out that the newt.jnlp that can be found here http://jogamp.org/deployment/jogamp-next/ has broken links inside. There is no "newt.x11.jar" it must be "newt.os.x11.jar". I guess you as a maintainer can fix that :)

Thanks from Berlin!
Martin