Jogl Install and configure with eclipse

Hi,
I have installed Jogl properly I think. I have put the jogl.jar into the /ext/lib and the unzipped native dll’s into /bin. But when I try to compile a source in eclipse, it can’t seem to find “net.java.games.jogl.*” for some reason.

Can someone let me know what might be my problem?

Thanks.

You could just try putting the libraries in the directory of the game that you’re developing. Since most users won’t have this preinstalled, you’ll likely have to distribute it with your app anyway.

So, try putting it the directory in your app, and importing the code using the Eclipse resource importer thingy.

Okay, this works. But what I did before should work equally well, and I don’t really understand why it doesn’t.

Hi, to make it work I think youi must create a “library” (eclipse term) pointing to jogl.jar a,d you can also and the sources and docs to it…