File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Distributed Java and the fly likes CORBA and File access in an applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "CORBA and File access in an applet " Watch "CORBA and File access in an applet " New topic
Author

CORBA and File access in an applet

Lin Shen
Ranch Hand

Joined: Oct 08, 2003
Posts: 57
Hi, I want to integrate CORBA in an applet. I got this exception when running appletviewer. Sandbox constraint. :-(

Exception in thread "Thread-2" java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)

Also, I want to use JFileChooser on the client side to allow users to submit files to the server. But surely this is not allowed in a normal applet with sandbox again.

I read a tutorial about Signed Applets at
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html

But I am still not sure what should I do with CORBA.

Could anybody tell me how I can use JFilechooser and CORBA in an applet. Please give a step by step guide if you can.

Thanks very much.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: CORBA and File access in an applet
 
Similar Threads
getting error when applet try to access some jar file
windows user name
New to Java (with a few questions)
Applet Signed
making applet signed without policy file