Login  Register

Re: How to import Blender models into JOGL?

Posted by gouessej on Jul 05, 2012; 9:47pm
URL: https://forum.jogamp.org/How-to-import-Blender-models-into-JOGL-tp4025391p4025439.html

Estajxo wrote
In the output entry there is indeed "bin". But when I remove it and restart Eclipse, I cannot start the application because of a NoClassDefFoundError, same as when I remove it from within Eclipse (which Eclipse does not allow, in fact).
You should have removed the whole entry from your file like I do here:
http://tuer.svn.sourceforge.net/viewvc/tuer/pre_beta/.classpath?revision=505&view=markup

It is supported by Eclipse, I have done that since 2006.

Estajxo wrote
I read in another forum that getResource works well in Linux, but not quite (or not always) in other OSs. As my screenshot reveals, I use Windows...
getResource() works well with Unix-like path even under Windows, you read wrong things.

Putting the models into "src" is a really bad idea. If you don't succeed in cleanly fixing your problem, just send me your files by email and I will explain to you what I modify to allow you to understand my changes.
Julien Gouesse | Personal blog | Website