Skip to Content.
Sympa Menu

ndt-users - java.lang.SecurityException: Permission denied

Subject: ndt-users list created

List archive

java.lang.SecurityException: Permission denied


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: java.lang.SecurityException: Permission denied
  • Date: Fri, 4 Mar 2011 19:20:25 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :content-language:thread-index; b=SIKH9IPzHp8rgGuaAWYgmO0TJeLamekpQ/6bM3+jPND60cwy8XZfUTbYPvT7+vKQiL y+T+rPdxdSAq6duxV2eTURcriJwIXGeEgiIN5IBRZ750KKp7v0rpAgvPDyK0hP0AA9cy aDbEdNdgGXdXr1ltgLWonsFniEnDF/jXlcTh8=

Hello,

I want to building my own copy of the NDT Applet from source , I have been completed these steps that

Instruct from internet2.

Then , copy the my own .jar file to my web server.

Add this as follows to my page:

 

<applet name="NDT" code=Tcpbw100.class ARCHIVE="Tcpbw100.jar" width=580 height=300>

    <PARAM NAME="testingServer" VALUE="myserver_IP">

</applet>  

 

 

But when I open the page that embedding the ndt applet , I got the error :

 

java.lang.SecurityException: Permission denied: http:// myserver_IP:7123/

   at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

   at java.lang.Thread.run(Unknown Source)

 

 

What's the meaning of what's happen??

Anyone can help ? Please give me a hand.

 

 

Thanks and best regards,

Matt




Archive powered by MHonArc 2.6.16.

Top of Page