ObjectSnoop |
||
Inspecting objects in Java
|
||
ObjectSnoop Homepage Features History Download Contact Links Manual SourceForge Project homepage Website | This chapter will take you through the installation of ObjectSnoop onto your system. Before you can install ObjectSnoop you must first download it from SourceForge. Included within the distribution is a jar file containing all of the class files required, and this manual is also included for easy reference. Unfortunately there might be some Windows specific bias in the way that installation is described, so please adjust appropriately for your operating system. You can download ObjectSnoop from here. Installation involves placing the ObjectSnoop jar into a directory where the Java Runtime Environment (JRE) can find it. As you're using ObjectSnoop as a development tool, I'll assume that your system is set up with the Java SDK. The SDK includes its own JRE, and this is where you should install ObjectSnoop. The JRE includes a directory specifically set up for adding extensions to the runtime environment.
Read Chapter 3 to find out how to use ObjectSnoop in your own programs. Using ObjectSnoop with a Servlet/JSP container creates several more options on where ObjectSnoop can be installed. If you want to use the tag library then you are probably restricted to directories that are specially treated by the servlet container. Read Chapter 4 to find out how to use ObjectSnoop with Servlets and Java Server Pages.
The JSP 1.2 specification does not require that an entry is made in web.xml for the tag library to be used. ObjectSnoop uses the URI /objectsnoop, and this should be unique within the context. If a description isn't included here, consult your container documentation on the appropriate location for the ObjectSnoop jar file. | |