Weblogic classpath

199 Views Asked by At

I'm trying to find out what .jar files i have in the webglogic class path. I'm having an issue with logger, some one asked me to check duplicate log4j.jar files in the class path.

We Use         

 - Weblogic 8.1  

 - Java 1.4

Thanks in advance.

1

There are 1 best solutions below

0
Zeus On BEST ANSWER

I think this is the solution.

String classpath = System.getProperty("java.class.path");