Hi. Havin some general java problems 😉
I have a Project say “HelloWorld”. It uses, let’s say, Poems.jar. Inside poems.jar we have
test.poems.FunPoems.xml
I want to load this XML file inside of HelloWorld. Trying a simple loading of resource gives “Resource not found”.
Do I have to do some fancy dynamic-class loading stuff? 😐 I’m assuming resource loads check the actual path of your project, but they won’t look in the JAR files like it would for a .class file? Any ideas?
Thanks,
Greg