0

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.

Zeus
  • 6,386
  • 6
  • 54
  • 89

1 Answers1

0

I think this is the solution.

String classpath = System.getProperty("java.class.path");
Zeus
  • 6,386
  • 6
  • 54
  • 89