I think Conor Power wrote:
> 
> Hi,
>   I'm having a problem with an applet I'm working on.
> I have subclassed an awt component and want to
> use a defclass construct as follows:
> 
> (defclass JessSlider IE.Cunav.tes.JessSlider)
> ;Where JessSlider is my subclass
> 
> This works fine at the JESS prompt (i.e. Jess.Main).
> 
> When I try to do this within an applet I get a lot of output in the
> Java Console which ultimately comes to -
> 
> com.ms.security.SecurityExceptionEx[ltest.runEngine]: Reflective access
> to class java.awt.Component prohibited.
>       at com/ms/security/permissions/ReflectionPermission.check
>       at com/ms/security/PolicyEngine.deepCheck
>       at com/ms/security/PolicyEngine.checkPermission
>       ..........
> 
> I assume this is due to security restrcitions within the browser. Is
> there anyway
> I can do this?

On Netscape, I think the answer is "signed applets and the
capabilities API." I don't know if MSoft offers a similar option. It's
rather humorous that they bother to have a Java security policy at all,
given that their browser does that 'ActiveX' thing, which is nothing
more than a convenient channel for mass dissemination of viruses.

> 
> Regards
> 
> Conor Power.
> 


---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (510) 294-2154
Sandia National Labs                FAX:   (510) 294-2234
Org. 8920, MS 9214                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to