classpath in test-shell-scripts ?
GML Schema Interpreter
Status: Inactive
Brought to you by:
amilanovic
The CLASSPATH in the examples (Cambrigde.sh and
Schools.sh) is not sufficient (Linux, Java 1.4.0).
It needs to include "../build/classes" otherwise it
throws an:
Exception in thread "main"
java.lang.NoClassDefFoundError:
com/gmlcentral/gml4j/gml/dom/test/Tester
Also the ../lib/*.jar doesn't seem to be working, but
listing all the jars explicitly does.