Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debug a (remote?) java application using Eclipse(Debug a (remote?) java application using Eclipse)
Debug a (remote?) java application using Eclipse [message #727594] Wed, 21 September 2011 15:30 Go to next message
DemDemD  is currently offline DemDemD Friend
Messages: 1
Registered: September 2011
Junior Member
I have an application that runs multiple java processes.--The application is Exalead CloudView if anyone is interested to know.

Basically, CloudView application starts and it will starts several java processes. Each of these java process reads its own set of jar files folder.--I have the source codes for these jars.

What I want to do is to be able to debug the class in any of the jar that is being accessed.

Thanks in advance.
Re: Debug a (remote?) java application using Eclipse [message #727623 is a reply to message #727594] Wed, 21 September 2011 17:05 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
Look at the Remote Debugging section of the Java Development user guide provided in the Eclipse Help documentation. It explains how to setup a remote Java application launch configuration.
Re: Debug a (remote?) java application using Eclipse [message #727625 is a reply to message #727594] Wed, 21 September 2011 16:41 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 21-Sep-11 09:30, DemDemD wrote:
> I have an application that runs multiple java processes.--The
> application is Exalead CloudView if anyone is interested to know.
>
> Basically, CloudView application starts and it will starts several java
> processes. Each of these java process reads its own set of jar files
> folder.--I have the source codes for these jars.
>
> What I want to do is to be able to debug the class in any of the jar
> that is being accessed.
>
> Thanks in advance.

I have a tiny set of notes on running the Eclipse debugger against
remotely running processes. You're welcome to them. The two problems, as
I see it, are 1) locating and setting up Debug Configuration for the
remote process and 2) establishing useful CLASSPATH options for
displaying the source code for setting a breakpoint and stepping through
the code for the remote process.

Hope this helps at least a little:

http://www.javahotchocolate.com/tutorials/eclipse-debugging.html
Previous Topic:Passing values to codewritten in Flex (in mxml) frmo java (android)
Next Topic:CVS Branching - Remembered Tags
Goto Forum:
  


Current Time: Thu Mar 28 08:34:39 GMT 2024

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

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

Back to the top