Login  Register

Re: Java 3D 64 bit problem.

Posted by Wade Walker on Jun 22, 2012; 8:05pm
URL: https://forum.jogamp.org/Java-3D-64-bit-problem-tp4025257p4025303.html

Hi Rajesh,

You should be able to put Gluegen and JOGL together in one Netbeans project if you want -- no need for two projects. Have you tried the instructions at http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#Eclipse_IDE_project? The files and locations for putting Gluegen and JOGL together in one Netbeans project should be the same as putting them both together in a Eclipse project (just the specifics of which button to click in the IDE will be different, of course).

Or if you want it to be a Netbeans library instead of a project, you can do it as shown at http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#NetBeans_IDE.