Java: How to get a classpath for current process

Posted by phil swenson on Stack Overflow See other posts from Stack Overflow or by phil swenson
Published on 2010-03-25T18:21:05Z Indexed on 2010/03/25 18:23 UTC
Read the original article Hit count: 299

Filed under:
|

when I call System.getProperty("java.class.path") I only get this: /Users/pswenson/dev/sag/gradle-0.8/lib/gradle-core-0.8.jar

The other classes in question are loaded at dynamically. Any ideas on finding the full classpath?

© Stack Overflow or respective owner

Related posts about java

Related posts about classpath