
Signature
Christophe Elek
SWG - IBM Rational Serviceability
celek@ca.ibm.com
:: All,
:: a couple months ago i found a java property that would allow me to trace
[quoted text clipped - 12 lines]
:: SWG - IBM Rational Serviceability
:: celek@ca.ibm.com
http://java.sun.com/j2se/1.5.0/docs
to
http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html
to
http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html
to
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html
Gave you more links to look at in the future.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Chris - 25 May 2006 13:56 GMT
"IchBin" <weconsultants@pdt.net> wrote in news:FOKcnYqdY-zEz-
7ZUSdV9g@ptd.net:
> http://java.sun.com/j2se/1.5.0/docs
> to
[quoted text clipped - 3 lines]
> to
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html
Thanks IchBin,
The link did not provide me with the answer... directly :)
They reminded me it could be a IBM JDK thingy and not a SUN one
I found IBM JDK has such a feature, named method trace (which I do not see
in SUN JDK)
It is -Xtrace in JDK 5 and -Dibm.dg.trc.methods in JDK 1.4.2
http://www-128.ibm.com/developerworks/java/jdk/diagnosis/
Interestingly, IBM JDK also has a java API to dump a stack trace... :)
com.ibm.jvm.Dump#JavaDump()/ #HeapDump() / #SystemDump()
Thanks for the hint though :)