I'm currently working with vista on a domain account with VERY restricted permissions. Every time I'm using a new application which tries to reach the network, my boss has to input his admin password to open the firewall!
I wrote a Java app which needs internet access. I tried to debug it. Windows asked for the admin password. My boss was busy that time and a had to cancel the process.
If I run the application again, the firewall message does not come up again. I looked in the firewall settings at the exceptions list. I activated the exceptions for eclipse and for the jdk, but nothing changed.
How do I configure the firewall to let my application communicate or to ask me again after the admin password?
Thanks in advance.