[Advanced-java] Dependecy Resolution

Mahesh Geeniga maheshg at 3veni.com
Thu Jun 12 14:18:08 2003


Try this option when you start ur app.

java -verbose:class URAPP

this will tell you the location of each class that is loaded by the JVM.

Mahesh

Amit Jain wrote:

>Hi All,
>Has anyone used a compile time dependency resolver tool on unix.
>My environment has multiple definitions in the Classpath, wanted to know
>exactly where the class definition is getting picked from.
>
>Thanks
>'Amit
>_______________________________________________
>Advanced-java mailing list
>Advanced-java@lists.xcf.berkeley.edu
>http://lists.xcf.berkeley.edu/mailman/listinfo/advanced-java
>
>  
>