The Artima Developer Community
Sponsored Link

Java Answers Forum
applet and MSAccess

1 reply on 1 page. Most recent reply: Apr 1, 2003 1:17 PM by ronald long

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Luca

Posts: 1
Nickname: zinni74
Registered: Mar, 2003

applet and MSAccess Posted: Mar 31, 2003 6:37 AM
Reply to this message Reply
Advertisement
Dear Sir/Mdm

Pls help me to solve the problem of accessing the database via applet.When I run the applet, I receive this message "java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc)".
Pls help me resolve the problem.
Applet and DB are on the same cpu.


ronald long

Posts: 2
Nickname: rdl
Registered: Apr, 2003

Re: applet and MSAccess Posted: Apr 1, 2003 1:17 PM
Reply to this message Reply
It's been a while since I encountered this problem. As I remember, there is no solution, other than to switch to using a Java application rather than an applet. The applet runs in the secure "sandbox", and does not have enough authority to get to the database (which would give it the ability to write to a file (the mdb file) on the host machine.

Flat View: This topic has 1 reply on 1 page
Topic: JED PLUS - begginers program but wot do i do next??? help Previous Topic   Next Topic Topic: not logical to me =/

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use