applets - security

G

golem

I am writing an applet which uses sockets to establish a network
connection. I had to adjust my $JAVA_HOME/jre/lib/security/java.policy
file to make my applet run. What should i do to make the applet run on
another machine (where java.policy has defaults permissions not allowing
to connect with remote hosts)?

thx in advance
 
C

Christophe Vanfleteren

golem said:
I am writing an applet which uses sockets to establish a network
connection. I had to adjust my $JAVA_HOME/jre/lib/security/java.policy
file to make my applet run. What should i do to make the applet run on
another machine (where java.policy has defaults permissions not allowing
to connect with remote hosts)?

thx in advance

You need to sign it.
I'm sure it is explained somewhere on java.sun.com
 
M

Mark Preston

golem said:
I am writing an applet [snip] What should i do to make the applet run on
another machine (where java.policy has defaults permissions not allowing
to connect with remote hosts)?
Digitally sign it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top