Some elements of context: we here have a project packaged with one-jar, in which we want to be able to find external resources (on the filesystem), using either ClassLoader.getResource() or .getResourceAsStream(). The system property 'one-jar.class.path' is exactly what you needed... except that it was working for jars only, not for resources located in directories on the fs: for example, if...
2009-08-27 15:16:59 UTC in One-JAR(TM)