Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347256

Summary: eclipse on windowsXp can't remote debug Linux java application
Product: [Eclipse Project] JDT Reporter: TK <herotangabc>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie, pwebster, remy.suen
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description TK CLA 2011-05-26 03:54:37 EDT
Build Identifier: M20080911-1700

eclipse on windowsXp can't remote debug Linux java application which run under Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java application ,it works.is there something related to my intranet connection proxy?

Reproducible: Always

Steps to Reproduce:
1.configuration the eclipse remote debug
2.try to debug
3.failed(timeout)
Comment 1 Michael Rennie CLA 2011-05-26 10:30:41 EDT
(In reply to comment #0)
> Build Identifier: M20080911-1700
> 
> eclipse on windowsXp can't remote debug Linux java application which run under
> Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java
> application ,it works.is there something related to my intranet connection
> proxy?

There could be, without knowing the exact setup of your two systems I could not say for sure. This does sound like a configuration problem.

Things to consider when trying to debug across a network:

1. when you start the program you want to debug you have to make sure that the port you specified is properly visible / forwarded as needed (so other computers can connect to it)

2. make sure there are no firewalls, etc blocking the VM traffic
Comment 2 Michael Rennie CLA 2011-05-27 12:33:42 EDT
closing as worksforme, across network debugging works fine when configured properly.

There is some information about common launching problems on our wiki: http://wiki.eclipse.org/Debug/FAQ#Launching