I finally got to working with 3d in java. I followed the installation steps and I still get errors when trying to write code.
import java.awt.*; import javax.swing.*; import net.java.games.jogl.*; public class jogl extends JFrame { static Animator anim = null; // This line gives me the following error: "Access restriction: The type Animator is not accessible due to restriction on required library C:\Program Files (x86)\Java\jre6\lib\ext\jogl.jar" public static void main(String[] args){ } }