I am having problems compiling the .java files. Not sure why as one time they worked and the next they didn't. Nothing had changed on my PC and so I don't know why. Below are some examples of these errors. All packages etc ARE in the correct place.
Hope someone can help
Dan
ConsolePanel.java [4:1] package jess.awt does not exist
import jess.awt.TextReader;
^
ConsolePanel.java [5:1] package jess.awt does not exist
import jess.awt.TextAreaWriter;
^
ConsolePanel.java [24:1] cannot resolve symbol
symbol : class TextAreaWriter
location: class jess.ConsolePanel
private TextAreaWriter m_taw;
^
ConsolePanel.java [30:1] cannot resolve symbol
symbol : class TextReader
location: class jess.ConsolePanel
private TextReader m_in;
^
ConsolePanel.java [33:1] cannot resolve symbol
symbol : class Rete
location: class jess.ConsolePanel
Rete m_rete;
^
ConsolePanel.java [40:1] cannot resolve symbol
symbol : class Rete
location: class jess.ConsolePanel
public ConsolePanel(Rete r)
^
ConsolePanel.java [45:1] cannot resolve symbol
symbol : class Rete
location: class jess.ConsolePanel
public ConsolePanel(Rete r, final boolean doEcho)
^
ConsolePanel.java [60:1] cannot resolve symbol
symbol : class TextAreaWriter
location: class jess.ConsolePanel
m_taw = new TextAreaWriter(ta);
^
ConsolePanel.java [61:1] cannot resolve symbol
symbol : class TextReader
location: class jess.ConsolePanel
m_in = new TextReader(false);
^
9 errors
Errors compiling ConsolePanel.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 25/02/2003
