Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-21-2002, 05:46 PM   PM User | #1
Andrei Todor
New to the CF scene

 
Join Date: Aug 2002
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Andrei Todor is an unknown quantity at this point
Java security error with Netscape

I use JSP and I get this error when trying to load an applet in Netscape:

java.security.AccessControlException: access denied (java.io.FilePermission C:\Temp\OT_181_1_0.jpg read)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkRead(Unknown Source)

at java.io.FileInputStream.<init>(Unknown Source)

at ImageRetriever.getImage(Retriever.java:505)

at ImageRetriever.run(Retriever.java:436)


The same code works fine with Internet Explorer. Does anyone know what the problem is and how it could be solved?
Andrei Todor is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:11 AM.


Advertisement
Log in to turn off these ads.