Re: How to import Blender models into JOGL?
Posted by
gouessej on
Jul 05, 2012; 7:39am
URL: https://forum.jogamp.org/How-to-import-Blender-models-into-JOGL-tp4025391p4025422.html
Actually, you can modify the parameters directly in the .classpath file:
<classpathentry kind="src" path=""/>
<classpathentry kind="output" path=""/>
If there is a "bin" entry, remove it. Maybe you should restart Eclipse after this modification.
Don't give up, you're close to the solution.
Edit.: You have to use getResource() and getResourceAsStream() or you will be unable to use JARs to package your game :s