Code: Select all
<path id='jreality.classpath'>
<path refid='base.classpath'/>
<pathelement path='${build.lib.dir}/jreality/beans.jar'/>
<pathelement path='${build.lib.dir}/jreality/bsh.jar'/>
<pathelement path='${build.lib.dir}/jreality/colorpicker.jar'/>
<pathelement path='${build.lib.dir}/jreality/jogl.all.jar'/>
<pathelement path='${build.lib.dir}/jreality/jReality.jar'/>
<pathelement path='${build.lib.dir}/jreality/jrworkspace.jar'/>
<pathelement path='${build.lib.dir}/jreality/jterm.jar'/>
<pathelement path='${build.lib.dir}/jreality/glugen-rt.jar'/>
<pathelement path='${build.lib.dir}/jreality/vrData.jar'/>
<pathelement path='${build.lib.dir}/jreality/xstream.jar'/>
</path>
Code: Select all
<jvmarg value='-Djava.library.path=${build.lib.dir}/jreality/jogl'/>
<env key='LD_LIBRARY_PATH' value='${env.LD_LIBRARY_PATH}:${build.lib.dir}/jreality/jogl'/>
I'm using the latest version of jogl from http://jogamp.org/deployment/jogamp-current/jar/ , could that be the problem? I tried it with the jars linked to at http://www3.math.tu-berlin.de/jreality/ ... e-tutorial... or does it mean that jogl support is under construction (I interpreted it to mean that the wiki directions were under construction)
Help?