Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14863
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!gegeweb.org!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | Roedy Green <see_website@mindprod.com.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: tracing JVM for applet analysis? |
| Date | Mon, 28 May 2012 08:59:17 -0700 |
| Organization | Canadian Mind Products |
| Lines | 21 |
| Message-ID | <p487s7teg2t05afhfdbum7f2p570qgnn0k@4ax.com> (permalink) |
| References | <analysis-20120525111303@ram.dialup.fu-berlin.de> |
| Reply-To | Roedy Green <see_website@mindprod.com.invalid> |
| NNTP-Posting-Host | Z2l1DcCELS0rATq8NqV4Sw.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| Xref | csiph.com comp.lang.java.programmer:14863 |
Show key headers only | 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
Re: tracing JVM for applet analysis? Roedy Green <see_website@mindprod.com.invalid> - 2012-05-28 08:59 -0700
csiph-web