I have a jar file with resources (mainly configuration for caches, logging, etc) that I want to distribute.
jar
I\'m having a problem with the relative path
I always have to puzzle through getResourceAsStream to make this work. If "resource.xml" is in org/pablo/opus, I think you want this:
org/pablo/opus
Name.class.getResourceAsStream("org.pablo.opus.resource.xml");