I'd put them into one JAR file, possibly your application JAR file itself, then access them as resources. If they are located in their own JAR file
you should (probably) use absolute paths. Check out Class.getResource, Class.getResourceAsStream and the matching methods in ClassLoader.