compile jogl-utils taken from GIT ... failed on GLJFrame.java:39: error: package javax.media.opengl does not exist
Posted by masuch on Nov 25, 2012; 12:42pm
URL: https://forum.jogamp.org/compile-jogl-utils-taken-from-GIT-failed-on-GLJFrame-java-39-error-package-javax-media-opengl-does-nt-tp4027193.html
Hi,
I have tried to compile jogl-utils downloaded from git (all other jogamp stuff has been compiled successfully) and it failed on;
GLJFrame.java:39: error: package javax.media.opengl does not exist and many similar errors.
I had a look into /jogl-utils/make/build.xml and I have noticed that there is properties:
<property name="jogl.jar" value="${top.dir}/../jogl/build/jogl/jogl.all.jar" />
<property name="nativewindow.jar" value="${top.dir}/../jogl/build/nativewindow/nativewindow.all.jar"
which is pointing to wrong directories/files.
Those required files have been compiled into:
<property name="jogl.jar" value="${top.dir}/../jogl/build/jar/jogl.all.jar" />
nativewindow.all.jar does not exist at all (have not been compiled.
there are only:
nativewindow-core.jar
nativewindow-natives-linux-amd64.jar
and further *.jar files for specific OSes.
where should I report it to be corrected that build.xml file ?
thank you,
kind regards,
M.