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
I\'m trying to comunicate with a JNI service in the serverpart of my GWT application. The problem is that I\'m getting a
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.
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
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
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
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
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
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