Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14863

Re: tracing JVM for applet analysis?

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: tracing JVM for applet analysis?
Date 2012-05-28 08:59 -0700
Organization Canadian Mind Products
Message-ID <p487s7teg2t05afhfdbum7f2p570qgnn0k@4ax.com> (permalink)
References <analysis-20120525111303@ram.dialup.fu-berlin.de>

Show all headers | View raw


On 25 May 2012 09:36:07 GMT, ram@zedat.fu-berlin.de (Stefan Ram)
wrote, quoted or indirectly quoted someone who said :

>  A website uses an applet. To analyze its run-time behavior,
>  it would be nice if one could substitute the browsers's JVM
>  by another JVM that traces all method calls to a file. (It
>  would be even better, if only calls from a method of the
>  applet to a Java SE method were traced.) Is anything like
>  this possible?

If the Applet is not doing anything too fancy with browser
interaction, you can make it into a hybrid, and debug it as an
application.

See http://mindprod.com/jgloss/applet.html
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.

Back to comp.lang.java.programmer | Previous | Next | Find similar | Unroll thread


Thread

Re: tracing JVM for applet analysis? Roedy Green <see_website@mindprod.com.invalid> - 2012-05-28 08:59 -0700

csiph-web