Re: How to import Blender models into JOGL?
Posted by Pixelapp on Jul 05, 2012; 7:16pm
URL: https://forum.jogamp.org/How-to-import-Blender-models-into-JOGL-tp4025391p4025435.html
Well. When you use the ClassLoader class is when you need to read your sources by using URLs, the other ways of reading are by using paths that are not URLs. The difference is that you can use the ClassLoader class from inside a package (myfile.jar), but the others only work when you have all-Permissions.
Hope that clarifies it.