aspose file tools
The moose likes JDBC and the fly likes Error when not in Main() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Error when not in Main()" Watch "Error when not in Main()" New topic
Author

Error when not in Main()

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

I have the following Code:

When I run this code I get the following error
Exception occurrred during event dispatching:
java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc)
If I have the same code in a main() it works fine. Anytime I take that code and put it in init() or another method other than main() this is the error I get.
Does anyone know why?
Thanks
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

This might help:
http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=3&t=001110
if you do a search on this forum using 'applet security' you'll find more.
Jamie
[ January 11, 2002: Message edited by: Jamie Robertson ]
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15229

Thanks Jamie. That got it.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Error when not in Main()
 
Similar Threads
Access to the Oracle database using Java Applets
ClassNotFoundException generated!
SQLException: [Microsoft][ODBC Driver Manager]
No Suitible Driver Error
Error in connection