accesscontrolexception
Debugging java applet in browser - works in Eclipse but not browser
I have created an applet that opens a JFileChooser to select a file on the click of a JButton. It works fine when I run it in Eclipse. When I embed it in an HTML page with the applet tag nothing happe[详细]
2023-03-07 01:03 分类:问答GWT AccessControlException
I\'m trying to comunicate with a JNI service in the serverpart of my GWT application. The problem is that I\'m getting a[详细]
2023-02-19 03:47 分类:问答Why do I get an AccessControlException while using RMI from an applet?
I wrote a simple Hello world program for RMI. It works well, when the client is in console. I tried using a Swing application as my client, it worked fine even then.[详细]
2023-02-14 22:10 分类:问答java.security.AccessControlException on XSD validation with SAX Parser
I have written an SAX parser in my Google App Engine Web application. in that I try to validate my xml file with an xsd. But I am getting an access control exception when my code is tyring to access t[详细]
2022-12-27 19:45 分类:问答how to display a JFrame from an applet?
I have this class called PollFrame that extends JFrame in a file called PollFrame.java . PollFrame contains a form. I have an applet, which has a button in it. When the button is clicked, I want the P[详细]
2022-12-27 10:21 分类:问答How to use the Rhino javascript engine in an applet
For my java program I\'m using Rhino to execute JS scripts. Now I\'m trying to convert it to an applet which works great, except that everytime it\'s calling evaluateString(...) the JVM throws an Acce[详细]
2022-12-23 14:50 分类:问答AccessControlException when trying to redeploy webapp to Tomcat using Netbeans
I\'m getting the following error trying redeploy an webapp on Tomcat from within Netbeans 6.8. It has probably something to do with the new deploy on save and hot swap functionality. Any ideas how to[详细]
2022-12-22 23:37 分类:问答Java RMI AccessControlException: access denied
Hey I\'m getting a AccessControlException: access denied whenattempting to start up a RMI app I\'m writing, I can\'t work out why I get this exception if I open it on the default port 1099, or on anot[详细]
2022-12-22 12:06 分类:问答Java RMI (Server: TCP Connection Idle/Client: Unmarshalexception (EOFException))
I\'m trying to implement Sun Tutorials RMI application that calculates Pi. I\'m having some serious problems and I cant find the solution eventhough I\'ve been searching the entire web and several jav[详细]
2022-12-10 06:25 分类:问答