When I write a
java program that accesses the internet, my firewall will ask me if it is OK for javaw.exe to access the internet. once java has that permission, any java program seems to have the ability to access the internet. Is there a way to tell the firewall which specific java programs can access the internet, or do they all look the same to the firewall because they are running in a virtual machine?
thanks!