I have a problem that is somewhat similar to this post.
How do I dynamically load the Java3D library?
I have a project where I can install Java3D on my system and then use the Java3D libraries in my project. But when I upload it to the SVN, and get it from another computer, it doesn't work.
I tried making a lib folder in the project and adding the .jar files from the lib folder in the properties. But this still doesn't work.
Anybody can help?