>Hi,
>
>I am having problem in compiling the following file in java.
>-------------------------------------------------------------------------
>import jess.*;
>import java.util.*;
>import java.io.*;
>
>
>public class SimpleJessDisplay extends Observable implements ReteDisplay {
....
>---------------------------------------------------------
> When I try to compile, it is giving the following error :
>----------------------------------------------------------
>
>error: File c:\jess40b4\jess\ReteDisplay.class does not contain type
>ReteDisplay as expected, but type jess.ReteDisplay. Please remove the file,
>or make sure it appears in the correct subdirectory of the class path.
>SimpleJessDisplay.java:6: Interface ReteDisplay of class SimpleJessDisplay
>not found.
>public class SimpleJessDisplay extends Observable implements ReteDisplay {
> ^
>2 errors
>
>I can't find the error. Would you please help me.
>
>Thanks
>
>Biswas
>-------
Check to be sure your class path contains \jess40b4, and not \jess40b4\jess.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mike Howard [EMAIL PROTECTED] 310-317-5690
HRL Laboratories, LLC 3011 Malibu Canyon Road Malibu CA 90265
______________________________________________________________________
---------------------------------------------------------------------
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]
---------------------------------------------------------------------