| 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.
|
 |
 |
|
|
subject: Error when not in Main()
|
|
|