tags:

views:

44

answers:

1

My Java.app broadcasts a packet on the network as soon as it starts up. Everytime I start this app, the Mac asks me do I want to allow network connections blah..blah.. Can I use info.plist or something to allow network access to this app and not bother the user who has trustingly downloaded and installed my app.

Thanks

A: 

You can choose to allow incoming connections for specific services in System Preferences > Security > Firewall.

Addendum: You application will appear only if the user has chosen to "Set access for specific services and applications." It will be added the first time the application attempts to open the port.

trashgod
-ve. The problems 1) I want to allow this for all users of my software. 2) I can not find by App in the System Preferences -> Security -> Firewall.
Gmu
1) Not sure about all users; 2) more on "specific services" above. Is the first part of your comment missing?
trashgod