java jzy3d dependencies issue

278 Views Asked by At

I've linked latest jogl library to my project, but unfortunately I have next error during compiling the program Exception in thread "main" java.lang.NoSuchMethodError: javax.media.opengl.GLProfile.isAvailable(Ljava/lang/String;)Z

what library should I link to solve this issue?

1

There are 1 best solutions below

2
On

I just solved this issue for myself.

Go here: http://search.maven.org/#search%7Cga%7C2%7Cjogamp

and download gluegen-2.3.2, gluegen-rt-2.3.2, and jogl-all-2.3.2 (or whatever the latest version is). You have to download two things for each, the regular jar AND the source.