View Single Post
  #9 (permalink)  
Old October 23rd, 2002
Unregistered
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Unregistered
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
What run file are you refering to? In none of my run files does any CLASSPATH have anything close to this after it.
Reply With Quote