Re: Jogl Build Headache
Posted by Penny on Dec 07, 2013; 1:42am
URL: https://forum.jogamp.org/Jogl-Build-Headache-tp4030758p4030814.html
I have a snag...
I create a ClassLoader and load my external jars as URLs.
I can find and load the classes in the jars fine but getResource() for image files etc is not working.
getResource() works fine using javaw but it doesn't work in a browser applet. All the jars are trusted with codebase and signed.
What do I need to do to be able to get the resource URLs of the image files in my dynamically loaded jars?
Many Thanks
Penny