Debugger and ZoneAlarm Firewall [message #202212] |
Thu, 26 February 2004 07:58  |
Eclipse User |
|
|
|
Originally posted by: hanser.ba-loerrach.de
Hi,
does anyone knows about problems of the eclipse debugger on WinXP-machines
with ZoneAlarm firewall?
When we tryx to debug on such mnachines, it seems that the debugger hangs
in the init part. On a machine with f-secure firewall I see that javaw.exe
tries to connect to the java sun site (I guess to get help informations).
This slows down the debugger with the f-secure firewall and hangs up the
debugger with the ZonAlarm firewall.
Is there any offline debugger mode to avoid this problem?
Thanx, Eckhart
|
|
|
Re: Debugger and ZoneAlarm Firewall [message #203317 is a reply to message #202212] |
Fri, 27 February 2004 18:25  |
Eclipse User |
|
|
|
Originally posted by: jed.anderson.codenovo.com
Echart,
The java debugger uses TCP/IP to communicate with the program you are
debugging. This is why firewalls interrupt your ability to debug.
Do you let Zone Alarm automatically determine if a program is trusted?
If you do, it may be denying java.exe the right to act as a server. In
order to fix this you need to go to the Programs tab, in the Program
Control area of the Zone Alarm client, and give the java.exe you are
using to debug your program to access and server rights.
jkca
Eckhart wrote:
> Hi,
>
> does anyone knows about problems of the eclipse debugger on WinXP-machines
> with ZoneAlarm firewall?
>
> When we tryx to debug on such mnachines, it seems that the debugger hangs
> in the init part. On a machine with f-secure firewall I see that javaw.exe
> tries to connect to the java sun site (I guess to get help informations).
> This slows down the debugger with the f-secure firewall and hangs up the
> debugger with the ZonAlarm firewall.
>
> Is there any offline debugger mode to avoid this problem?
>
> Thanx, Eckhart
>
|
|
|
Powered by
FUDForum. Page generated in 0.05594 seconds