Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-17-2007, 02:32 PM
Member
 
Join Date: Jul 2007
Posts: 33
cecily is on a distinguished road
java.security.AccessControlException
Hi,
I'm doing an applet that connects to Oracle data base.
When I try to show the information this error appears:
Code:
Exception in thread "Thread-3" java.security.AccessControlException: access denied (java.util.PropertyPermission oracle.jserver.version read)
Any ideas?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-06-2007, 03:49 AM
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
you have to sign the JAR
There are many ways by which you can sign a JAR file for example use jarsigner. You can sign a JAR file using jarsigner like this:
Code:
jarsigner -keystore C:\working\mystore -signedjar sbundle.jar bundle.jar john
On executing the command, you will be prompted for the store password and the private key password. Here, bundle.jar represents the jar file you'd like to sign using the private key of the user whose keystore alias is "john" in the keystore named "mystore" located in the directory c:\working.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Security Applet will not load under a specific user. MartyF Java Applets 0 03-31-2008 05:35 PM
one more try, applets security willemjav Java Applets 0 03-09-2008 02:19 PM
java.security.cert.CertificateException: Couldn't find trusted certificate Felissa Enterprise JavaBeans 4 08-10-2007 11:09 PM
difference between code based security and role based security boy22 New To Java 1 07-24-2007 12:59 AM
java.security.cert.CertificateException: Couldn't find trusted certificate Marcus Advanced Java 2 07-03-2007 06:17 PM


All times are GMT +3. The time now is 10:52 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org