jogl over netbeans

hi. I need make a jogl program with netbeans.
But i don´t know how.
Which librarys I need? Which headers I must include in the code?
Could I write methods jogl directly in code or I need any type of embed?
Do you meet any good usuary guide with methods and primitives of jogl?

Thanks!

Hi, just download jars, native libraries and javadoc.
Then depending on which Netbeans version you use, you’ll have to mount jogl.jar (3.6) or add it to your project (4.0) the tricky part is to specifiy the java.library.path (i.e. where you native librairies reside) but you can put them directly into your jre path to avoid any problem.

Hope it helps…