package com.jogamp.opengl does not exist NetBeans Java with Ant

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

package com.jogamp.opengl does not exist NetBeans Java with Ant

cplungis
I am getting an error when I try to import the following items:

import com.jogamp.opengl.*;
import com.jogamp.opengl.awt.*;
import com.jogamp.opengl.GLEventListener;

In all cases NetBeans says "package com.jogamp.opengl" does not exist. I am using Java with Ant and have imported the following libraries:



Is there something I'm missing? Have the packages changed?

Thanks,

Chuck
Reply | Threaded
Open this post in threaded view
|

Re: package com.jogamp.opengl does not exist NetBeans Java with Ant

cplungis
just figured it out! I had not added the library to my project, just added it to netbeans' library! problem solved
Reply | Threaded
Open this post in threaded view
|

Re: package com.jogamp.opengl does not exist NetBeans Java with Ant

gouessej
Administrator
Cool. By the way, you can use jogamp-fat.jar instead of those JARs, it helps not to forget anything necessary.
Julien Gouesse | Personal blog | Website