Installing Bindings -> driving me crazy Oo
Posted by
wolfomat on
URL: https://forum.jogamp.org/Installing-Bindings-driving-me-crazy-Oo-tp3802725.html
Hi there,
somehow i can't get this stuff working: import javax.media.opengl does not exist.
i'm using netbeans 7.1.1 and the latest jogl (
http://jogamp.org/deployment/jogamp-current/archive/jogamp-windows-amd64/ and there the file: jogl-windows-amd64.7z)
(the sdk is installed on C:\Program Files\Java) (in the following post determined as \java)
what i've done so far:
extraced all the package into: java\jogl
copied the files from \jogl\lib\ to java\jre6\bin
added in a project a new library, JAR files location: C:\Program Files\Java\jogl\jar
now i can't use import javax.media.opengl or com.jogl........ what the fuck i am doing wrong or i have overseen? :(