B
bill_j_chen
Hi, Java guru,
I am in a situation that I need to figure out which *.jar files the
java process is using. Basically this huge J2EE application has a lot
of customized jar files (hundreds jar files). We are troubleshooting an
application issue and suspect a wrong jar file (same name) is being
used instead of the expected one.
Here comes the question. after the java process is running, how can we
know the full classpath which the process uses to find the class it is
looking for?
Platform: Solaris
JDK: 1.5
Thanks.
I am in a situation that I need to figure out which *.jar files the
java process is using. Basically this huge J2EE application has a lot
of customized jar files (hundreds jar files). We are troubleshooting an
application issue and suspect a wrong jar file (same name) is being
used instead of the expected one.
Here comes the question. after the java process is running, how can we
know the full classpath which the process uses to find the class it is
looking for?
Platform: Solaris
JDK: 1.5
Thanks.