> > Hi All,
>
[quoted text clipped - 16 lines]
> is for? Most application/programs are stand-alone and therefore are
> not going to have their own dll(s). You should be looking for .exe
I have a very rough idea of what dll's are, but I don't think the
heapTracker agent should be a standalone application, there is already
one heaptracker.dll in provided with the JDK and its ready to run.
What I want to know is: How can I build that heapTracker.dll
myself,more precisely, I want to know, how could I get the heapTracker
agent up and running assuming
that I have the heapTracker.h, heapTracker.c, java_crw_demo.h and
java_crw_demo.c files?
thx
-sgc
Hunter Gratzner - 05 Oct 2007 21:18 GMT
On Oct 5, 6:38 pm, "x...@gmail.com" <xuwend...@gmail.com>
> What I want to know is: How can I build that heapTracker.dll
> myself,more precisely, I want to know, how could I get the heapTracker
> agent up and running assuming
> that I have the heapTracker.h, heapTracker.c, java_crw_demo.h and
> java_crw_demo.c files?
Edit the sample makefile, adapt it to your environment. Run it.