Skip to Content.
Sympa Menu

ndt-users - The applet stoped problem solved!!

Subject: ndt-users list created

List archive

The applet stoped problem solved!!


Chronological Thread 
  • From:
  • To:
  • Subject: The applet stoped problem solved!!
  • Date: Tue, 23 Mar 2010 06:28:41 -0400 (EDT)

I found the solution to handle it!
it is caused by java security management
if you got the same problem like me, try the solution below

1. Go to you java folder to find a folder named "security" (test machine, not
server)

Winodws: X:\Program Files\Java\jre6\lib\security
Ubuntu : \etc\java-6-sun\security

2. Open the file "java.policy"

3. Mark the line of "permission java.net.SocketPermission "localhost:1024-",
"listen"."

4. Replace it by "permission java.security.AllPermission"

Note that it is not safe because it open all the permission
if you want to be more safer you can check how "SocketPermission" working in
http://java.sun.com/j2se/1.3/docs/api/java/net/SocketPermission.html

Lize


  • The applet stoped problem solved!!, lizemountain, 03/23/2010

Archive powered by MHonArc 2.6.16.

Top of Page