Re: Sweethome3D - Java3D - OculusVR
Posted by Webrow on Apr 17, 2015; 3:11pm
URL: https://forum.jogamp.org/Sweethome3D-Java3D-OculusVR-tp4034311p4034312.html
So far as this project is going I've done the following.
1. Sweethome3d Source working in Eclipse as is.
2. Included Jogamps JAR's and DLL's into the project and added them to the build path of the project.
3. Sweethome3d Still runs after running
Step 2 into 3 rose a couple of errors for me.
Can't find gluegen-rt.dll ( while it was in the lib/windows/x64 folder.
solution: Adding buildpath - Added -Djava.library.path=lib/windows/x64 to the run configuration
Can't find openGl
solution: forgot to add the DLL's to the build path.
So far so good I assume. Is there any way to test that I am actually using JOGL now?
Greetings.