Is it possible to debug an applet or JApplet in an IDE?
How?
Andrew Thompson - 21 Feb 2007 20:52 GMT
> Is it possible to debug an applet or JApplet in an IDE?
Sure.
> How?
I am not sure if an IDE can *directly* debug
an applet, but they can certainly debug GUI'd
applications, so pop the applet into a (J)Frame
and it should be easy.
Andrew T.
osama_mohamed - 21 Feb 2007 21:54 GMT
> > Is it possible to debug an applet or JApplet in an IDE?
>
[quoted text clipped - 8 lines]
>
> Andrew T.
i use eclipse
i can debug any applet
try this it is free
Sundar - 22 Feb 2007 09:02 GMT
> Is it possible to debug an applet or JApplet in an IDE?
Yes its possible. Using netBeans, Eclipse OR most of popular IDE's.
But i would prefer to modify some of the code to make it a java
application and debug it.
> How?
Related links:
http://www.netbeans.org/kb/50/tutorial-applets.html#runanddebug
http://www.jguru.com/forums/view.jsp?EID=1320553
-Sundar
http://heysundar.blogspot.com