aspose file tools
The moose likes Applets and the fly likes Error message in applet servlet communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Error message in applet servlet communication " Watch "Error message in applet servlet communication " New topic
Author

Error message in applet servlet communication

Wolfgang Tintemann
Ranch Hand

Joined: Sep 11, 2010
Posts: 65

I get the following message when I run an applet :

java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.swing.table)

I searched the net but didnt find any hint/solution.

I have not the faintest idea what the message is dealing about.
I see "swing.table" and am puzzled whether this deals with a JTable
I have in my applet (?).

Time isn't Money, Money is Time.
The man who works looses his time ( spanish proverb )
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
This has come up before elsewhere, unfortunately unresolved: https://forums.oracle.com/forums/thread.jspa?threadID=1291961&tstart=222. Posting an SSCCE -as suggested there- would help diagnose this.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error message in applet servlet communication
 
Similar Threads
Applet not initiated probelm
JApplet Problem
Unable to display the Applet in jsp display tomcat
"Applet would like to print.Do you want to proceed?" warning message from the applet
I need a little guidance