The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

To load java class file on Browser

Posted by Diplal sah on June 25, 2001 at 7:06 AM

My class file is in Deep Folder ie;c:/Deep
java file is compiled perfectly but by calling class file in
browser, gives error..

1. java.security.AccessControlException: access denied
2. java.security.AccessControlContextContext.checkPermission
3. java.security.AccessController.checkPermission
4. java.lang.SecurityManager.checkPermission>
5. java.lang.System.getProperty
6. javax.swing.JFileChooser.FileSystemView.getHomeDirectory
7. javax.swing.JFileChooser.setCurrentDirectory
.
.
.
.
.
I have given applet tag as(in html page)
width=400
height=400
archive="Appelt1.jar"






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us