Re: java.lang.SecurityException: Prohibited package name: java
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 17 Jul 2006 15:42:23 -0700
atblock@xxxxxxxxx wrote:
I created an applet which just attaches an extended TransferHandler to
a gui and it worked fine on my computer...
In AppletViewer? Or in a browser?
Online however I got this error: java.lang.SecurityException:....
Prohibited package name: java
I signed the applet with keytool and jarsigner and it still happened...
Some things cannot be 'fixed' (as being allowable) simply
by signing the applet. A browser, for example, will *always*
throw an exception if you attempt to exit the VM.
BTW - what package(s) are your classes in?
Andrew T.
.
- Follow-Ups:
- References:
- Prev by Date: Re: displaying text in jtextarea
- Next by Date: Re: java.lang.SecurityException: Prohibited package name: java
- Previous by thread: java.lang.SecurityException: Prohibited package name: java
- Next by thread: Re: java.lang.SecurityException: Prohibited package name: java
- Index(es):
Relevant Pages
|