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


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

Re: tracing JVM for applet analysis?

Started byRoedy Green <see_website@mindprod.com.invalid>
First post2012-05-28 08:59 -0700
Last post2012-05-28 08:59 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#14863 — Re: tracing JVM for applet analysis?

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-05-28 08:59 -0700
SubjectRe: tracing JVM for applet analysis?
Message-ID<p487s7teg2t05afhfdbum7f2p570qgnn0k@4ax.com>
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
.

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web