Hey guys.
Could I maybe get dev-access to the JOODE SVN? I want to port the text cases to the current Xith API.
My sourceforge nick is “Qudus”.
Marvin
Hey guys.
Could I maybe get dev-access to the JOODE SVN? I want to port the text cases to the current Xith API.
My sourceforge nick is “Qudus”.
Marvin
ok your in. Make sure you update our version of the Xith jars as well etc.
You might be able to help me as well. I am trying to get JOODE up and running on my university machine, but I keep get errors saying something like
JOGL_DRIHACK not found on java.library.path
am I write in thinking this is becuase my uni machine is not correctly open GL configured?
I am ordering a new PC so it won’t be a huge problem long term.
Tom
Thanks.
Of course I will update the jars. It won’t even be possible without ;).
No, this is not because of a bad opengl configuration. Your university PC seems to be running Linux. the Linux version of JOGL needs a file named jogl_drihack.so, which is not needed in the Windows version. If this file doesn’t reside next to the other JOGL natvies or if you maybe forgot to setup the native path to the linux natives, make sure to setup your native path corretly.
I often had problems with the natives in a jar. So you could also try to unpack them out of the jar and use the appropriate path as native path.
Marvin