Subject Re: [Firebird-Java] hostname resolving jaybird
Author Matthias
Am 16.05.2009 um 22:24 schrieb Roman Rokytskyy:

>
>
> > Has anybody expierence with Jaybird and the Diabolo JDK? Is there a
> > different name resolving on BSD?
> > Any help would be appreciated.
>
> What about Java policy/security manager? Are you allowed to open
> connections from your JDK to the specified host?
>
> Roman
>
Thanks for your reply:
I changed in ..../jre/lib/security/java.policy the line:
permission java.net.SocketPermission "localhost:1024-" ,
"connect,resolve,listen,accept";

Matthias