hey.
im new to jogl and am having some problems integrating it into my programs.
things i have done:
- dowloaded jogl.jar, jogl_awt.dll, jogl.dll, jogl_cg.dll
- CLASSPATH: C:\Documents and Settings\Dhruv\My Documents\Java;C:\Documents and Settings\Dhruv\My Documents\Java\jogl.jar
- PATH: C:\Java\bin
- put jogl.jar in C:\Documents and Settings\Dhruv\My Documents\Java
- put jogl_awt.dll, jogl.dll, jogl_cg.dll in C:\Java\bin
- downloaded jogl-1_0_0-src which contains javax/media/opengl/
- put the folder “media” in C:\Java\src\javax (contains all other java classes)
testing:
System.loadLibrary(“jogl”) --> WORKS PERFECTLY
import javax.media.opengl.* --> ERROR --> package javax.media.opengl does not exist
since package is not recognized, i cannot implement any openGL classes into my programs…
help please - i have been struggling for two days now…
that is my only issue with the installation at this point. everything else works fine…
how do i make the javax.media.opengl classes available for use???