View Single Post
  #5 (permalink)  
Old September 28th, 2002
Unregistered
Guest
 
Posts: n/a
Default

in the run script, replace the semicolons with colons.

so the line:
CLASSPATH=".;../core/lib/collections.jar;lib;lib/core.jar;../core/lib/xerces.jar;lib/jl011.jar"

should read:

CLASSPATH=".:../core/lib/collections.jar:lib:lib/core.jar:../core/lib/xerces.jar:lib/jl011.jar"

sam
Reply With Quote