How to fix Java.security.AcessControlExpection

68 Views Asked by At

I'm trying to execute my Java project on Delay analysis on Multihop and wireless networks so I'm getting this error.

See the pic for more detail: http://tinypic.com/r/245locn/8

1

There are 1 best solutions below

0
On

The applet viewer will not allow connections to foreign hosts.

An applet in a web page that connects to foreign hosts needs to:

  1. Be digitally signed by you.
  2. Declare all-permissions in the manifest.
  3. Be trusted by the end user. (They click 'OK' when prompted.)