I am trying to use JOGL under ubuntu 10.04 on a dell Inspiron 1501 which has run OpenGL before under XFCE using C.
After installing JOGL I can import
and
I am however unable to call any of the classes from the JOGL package such as GL or GLCanavas.
Any ideas?
After installing JOGL I can import
Code:
javax.media.opengl.*;
Code:
com.sun.opengl.util.*;
Any ideas?