FromWhere

The FromWhere tool explores the system loaders and classpath. It reports where an object was found and from where it has been loaded. To use the command, type:

tool FromWhere <name of object>

For example, assume that you have written an agent named com.ibi.agents.myagent, and you are unsure of from where it is loaded.

tool FromWhere com.ibi.agents.myagent

The tool displays the name of each JAR containing the object on the classpath, the location of the JAR itself (it might be in a RAR or a WAR for example) and if the object is currently loaded by the system, the location in which the classloader found the object.


iWay Software