Installation problems

Hi!
I’ve recently bought a new computer, to which I’ve moved all my old java projects. One of these projects requires the jogl-packages… the app worked fine on my old computer, but now i simply can’t get it to work! I’ve read tutorials and threads on how to install jogl, but I can’t escape the error
[…] package net.java.games.jogl does not exist
import net.java.games.jogl.*;
I have the latest versions of both jogl and java, and my path and classpath include both the directories that the jar-files (packed and unpacked) lies in, and the jar files themselves (i’ve tried adding it all!)
I don’t see any faults in what I’ve done, although it’s probably obvious once i find out :slight_smile:

Thankful for any help!
/Magnus

Packages have changed with the new version of jogl (JSR231)…
Browse the javadoc to see which changes you’ll have to port your code.