NetBeans and JOGL

Hi I am new to the forum if this question has been answered before my apologies just send link to the post…

I just installed the OpenGL pack to NetBeans and am recieving a “LibraryNotSupported” Exception at start up.

What can I do to fix this? NetBeans 6.5

You’ve got to basically add the lwjgl jars as external jars to the ide path and specifiy a vm argument pointing to the lwjgl native files.

have a look at the installation page on lwjgl’s site for instructions on how to set up lwjgl with netbeans http://www.lwjgl.org/installation.php

also would be useful if you could post the full error your getting.

Keep in mind that JOGL and LWJGL are two different libraries for using OpenGL, so don’t confuse them. Be as verbose as possible when posting in a forum asking for help.

opp’s, my mistake, sorry.

General principle should be the same though both libraries use external jars and natives.

Netbeans has a plugin for jogl, so it’s important to know, if he is using that and how exactly it fails.

hi javacrazed,

you ran probably into the same issue as an other user in this thread:
http://www.java-gaming.org/index.php/topic,19764.0.html

Thanks Kapta and Cylab and especially bienator for your link, you guys have lead me in the right direction.

@Kapta
Thanks for the speedy response and double post.