question about GLint

Hi there,

I’m newbie to Jogl. I’m trying to develop a program using Java and OpenGL, so I choosed to use Jogl. So, I have a few questions.
First, in the most tutorials that I found on the web, the net.java.games.jogl must be imported but when I tried to import it, Eclipse tells me that it (net.) can not be resolved. I imported before that the jogl.jar and the gluegen-rt.jar and the *.dlls too.
My second question is, what I have to do that things like GLint will be resolved correctrly too ?
And my last question is about GLUT, I imported the com.sun.opengl.util.GLUT first and after I tried jgl.GLUT too (from another jgl.jar) but in the two cases things like GLUT_WINDOW_HEIGHT are not resolved, so I need to import?
Thank you.

Anton :slight_smile: