Structured Matcher
Opening Screen
General Background
User Guide
Downloads
     

Structured Matcher Program with source files


Installation

To run the Structured Matcher application, you must have JDK 1.2.2 installed. Add daworks.zip to CLASSPATH and invoke java edu.csuchico.aitools.sm.Main. Or it can be run by specifying the classpath at execution time as in this next example ( this is assuming the zip file is at C:\java\lib )
java -classpath c:\java\lib\daworks.zip edu.csuchico.aitools.sm.Main

.class and .java files.

daworks.zip

  The above files have problems with serialization. A serialized file using the same source says there is a version problem. The version problem is because they used the default writeObject for the swing components...if you use a different version of Java, the serialization fails if anything at all in Java has been changed. This is bad. We need to fix it.

 

Source code is at src/edu/csuchico/aitools/sm the package name is edu.csuchico.aitools.sm