[Tcl Java] Re: Error Message

1999-02-23 Thread Chris Avis
thanks Tom, that was the problem. The INSTALL.txt files specifically says that there are two jar files that need to go in the CLASSPATH. I added the third jar file tcljava.jar and everything runs fine. It might be a good idea to update the INSTALL.txt file. regards Chris Thomas McKay wrote: >

[Tcl Java] Re: Error Message

1999-02-22 Thread Moses DeJong
Hi Chris. I would double check that tcljava.jar is really on your CLASSPATH. Try running "javap -verify tcl.lang.ReflectObject". If tcljava.jar is on your CLASSPATH that should print out the public API for ReflectObject. If that does not work please post another message to this list. I run Jacl a