Hey guys -
Can you tell me how I can set the classpath to pick up a properties file that is outside the big jar? Using "java -cp /dir -jar one.jar" doesn't seem to work.
I know you have a custom classloader, and wondering if you take into account the externally-defined classpath.
Or can I define the classpath in the maven pom.xml file?
Thanks!
Ted