One sugestion..

fix your html to add 1) a code base tag 2) an archive tag
Archive tag - Put all extra non-base jar/zip/class files here sep by comma .. i.e.
"jess.jar, swingall.jar"
unless you have put all jess class files in code base '.'

<APPLET
CODE = "prueba.class"
CODEBASE = "."
ARCHIVE = "jess.jar"
WIDTH = 850
HEIGHT = 250
NAME = "prueba" >
</APPLET>

you may need to 'jar up' jess.

Jamie Schultz
Delta System Designs, Inc.
Zeliople PA

Olver Hernandez wrote:

> Im trying to do an Expert System with Jess in an Applet, but when I load
> it from a computer whitout Jess libraries shows me a message
> "class jess.JessException not found", and I want to everybody can play the
> program.
>
> What you thing is happening?
>
> TNKS.
>
> this is:
> http://xue.unalmed.edu.co/~ohernan/Webmaster/prueba.html
>
> Olver
>
> ---------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
> in the BODY of a message to [EMAIL PROTECTED], NOT to the
> list (use your own address!) List problems? Notify [EMAIL PROTECTED]
> ---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to