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?

Regards

Conor Power.
---------------------------------------------------------------------
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