• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error message in applet servlet communication

 
Ranch Hand
Posts: 65
Eclipse IDE MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 (?).
 
Saloon Keeper
Posts: 7590
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic