Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Launching projects(Launching one project from another within the same workspace)
Launching projects [message #762067] Wed, 07 December 2011 14:01 Go to next message
Nicholas.Dunning is currently offline Nicholas.DunningFriend
Messages: 2
Registered: December 2011
Junior Member
Background: I have a Project within a workspace which is used to launch complied .jar files. I have created a new project within that same workspace which I want to be able to debug when launched.

The Issue: Is there a way of launching the new project from the existing one so I am able to debug?
Re: Launching projects [message #764927 is a reply to message #762067] Tue, 13 December 2011 05:32 Go to previous messageGo to next message
Javak  is currently offline Javak Friend
Messages: 26
Registered: November 2011
Junior Member
Hi, what do you mean by " launching the new project from the existing one"? I guess you want to run the new project, right?
Re: Launching projects [message #764971 is a reply to message #764927] Tue, 13 December 2011 07:55 Go to previous messageGo to next message
Nicholas.Dunning is currently offline Nicholas.DunningFriend
Messages: 2
Registered: December 2011
Junior Member
I want to debug 2 projects but in order for the second to run, it has to be launched by arguments passed from the first. The first already launches other Java applications through .jar files and command line arguments but this does not allow me to debug the second of the 2.

I hope this makes more sense.
Re: Launching projects [message #765348 is a reply to message #764971] Tue, 13 December 2011 22:18 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
If project 2 gets launched in a separate VM (separate from the launcher project), you will have to launch it in debug mode in order to debug it. If it is running in debug mode, you could then use the Remote Debugging feature of Eclipse to attach to and debug it.
Previous Topic:Canonical way to add junit.jar to classpath?
Next Topic:workspace or project? 3-mercurials + n-parts inside
Goto Forum:
  


Current Time: Thu Apr 25 09:24:47 GMT 2024

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

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

Back to the top