package com.jogamp.opengl does not exist NetBeans Java with Ant
Posted by
cplungis on
Sep 10, 2020; 8:56am
URL: https://forum.jogamp.org/package-com-jogamp-opengl-does-not-exist-NetBeans-Java-with-Ant-tp4040804.html
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