Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debugging applets though IE6
Debugging applets though IE6 [message #209113] Thu, 07 July 2005 14:12 Go to next message
Eclipse UserFriend
Originally posted by: anonymous.anonymous.com

Hello. I have a java applet that I am trying to debug. The applet needs
to be able to run in IE6.

How do I set up the Eclipse debugger and JRE to debug the applet in an
already running instance of IE?

Thanks :)
Re: Debugging applets though IE6 [message #209125 is a reply to message #209113] Thu, 07 July 2005 15:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chrismo.clabs.org

ASP.Confused wrote:
> Hello. I have a java applet that I am trying to debug. The applet
> needs to be able to run in IE6.
>
> How do I set up the Eclipse debugger and JRE to debug the applet in an
> already running instance of IE?

I'd guess that IE is using the Microsoft VM? If so, I reckon you're out
of luck, as their VM is hacked up and Eclipse can't grok it.

--
Chris
http://clabs.org
Re: Debugging applets though IE6 [message #209140 is a reply to message #209125] Thu, 07 July 2005 16:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anonymous.anonymous.com

No...Microsoft had to stop developing MSJVM because of the huge Sun
lawsuit years ago...so they have to use whatever JVM is on the
machine...not just their own.

I am using the latest Sun JVM on my machine, and also have MSJVM installed
(although I disabled it so that I can debug with Sun.) I'm attempting to
port MSJVM applets over to Sun JVM applets.
Re: Debugging applets though IE6 [message #209207 is a reply to message #209113] Fri, 08 July 2005 06:12 Go to previous message
Eclipse UserFriend
Originally posted by: ""t.s.maedert.s.maeder\"..hispeedhispeed.chch"

ASP.Confused wrote:
> Hello. I have a java applet that I am trying to debug. The applet
> needs to be able to run in IE6.
>
> How do I set up the Eclipse debugger and JRE to debug the applet in an
> already running instance of IE?
>
> Thanks :)


Set up the VM for remote debugging (VM arguments -Xdebug -Xrunjdwp:.....
look up the proper arguments in your JDK documentation). Then run your
applet. The VM now waits for a connection from the IDE.

From the package explorer, select Debug As->Debug... Create a new
"Remote Java Application" launch configuration. fill in the proper
values and press "debug".

Voila, Bob's your uncle.

Thomas
Previous Topic:How to pass details with a job's end-status?
Next Topic:Perform code formatting of a IJavaElement.
Goto Forum:
  


Current Time: Fri Jul 25 04:50:59 EDT 2025

Powered by FUDForum. Page generated in 0.06315 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top