[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Debug Duplicate Window

Ben wrote:
I'm not sure where to make this change or what change to make. I went into Windows->Preferences->Run/Debug->Launching->Launch Configuration but am not sure which options I would need to change. I do not see a path or checkbox that indicates where it is pulling the source/classes from. I also do not see anything under the project properties that would apply.

The application that I'm running is a simple web application that I have run/tested many times before this occured. I typically right click on the JSP and choose to run/debug on server and it works. I'm not sure where the options is to switch the configuration. If someonoe could provide a more detail I would greatly appreciate it.

Launch Configurations are the mechanism that Eclipse uses to launch your application(s). One is created when you run a class (or JSP in your case), but you can also create/edit them directly.
If this were a stand-alone application I could tell you how to edit the Launch Config, but this is WTP related (running on a server) so I suggest you ask on the WTP newsgroup how to check/edit the classpath and source lookup path for a server launch.


Hope this helps,
	Eric