Hi,
Was wondering if somebody could suggest a tool that I can use to debug my
java applet.
I'm getting some out of memory errors, that I can't seem to find and it's
driving me mad!!
Any ideas?
Thanks
Wayne
Alex Whitney - 21 Jun 2006 18:12 GMT
All of the Java IDEs that I know of have built-in debugging tools
(JGrasp, JCreator, Eclipse, etc.). I'm pretty sure that they can debug
both applets and applications. I know for a fact that Eclipse can
handle applets.
> Hi,
> Was wondering if somebody could suggest a tool that I can use to debug my
[quoted text clipped - 7 lines]
>
> Wayne
Larry Barowski - 21 Jun 2006 19:10 GMT
> Hi,
> Was wondering if somebody could suggest a tool that I can use to debug my
> java applet.
> I'm getting some out of memory errors, that I can't seem to find and it's
> driving me mad!!
Get Java 1.6 Beta and use the tools that come with it,
jmap and jhat.