Example: A Simple Class Load Tracer
-----------------------------------

Step 1) Edit Makefile to set the correct value for JDK_HOME

Step 2) nmake all

Step 3) Add the current dir or the dir where myprofiler.dll is
	present to PATH, or copy myprofiler.dll to 
	<value of java.home property>\bin

Step 4) Run using the following command:
	java -Xrunmyprofiler <ToBeProfiledClass>

