I think joris.poelmans wrote:
>
> I have downloaded a demo to from the following location
>
> http://www.coginst.uwf.edu/~treichhe/consult/consult.html.
>
> which gives some examples of getting input/output done through dialog
> boxes. This package was menitioned in an email of the 3th of april to the
> Jess user group. Unfortunately I can't seem to get the thing working. Did
> anybody download the demo and got it to work?
>
> The package is written so it can work both as an applet and an
> application. If I try the example as an applet I get the following error:
>
> # Applet exception: error: java.lang.NoSuchMethodError:
> java.awt.TextArea: method <init> (Ljava/lang/String;III)V not found
> java.lang.NoSuchMethodError: java.awt.TextArea: method <init>
> (Ljava/lang/String;III)V not found
This constructor (<init> (Ljava/lang/String;III)V) was added in Java
1.1. You need to use a browser which supports the full JDK 1.1 AWT:
the very newest Netscapes do (4.0.7, 4.5)
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 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]
---------------------------------------------------------------------