Hi,
> From: "Tom Cook" <[EMAIL PROTECTED]>
> run.jar pointing to the sun parser shouldn't matter if you just remove the
> parser jar file and add another one to the classpath.
..but I don't like that solution ;-)
..why not make the run.bat/sh/jar just pick up what is in the lib/ or
lib/ext/ directories.
This means making the run.bat/sh have more code in them to add those jars to
the classpath (generically - not explicitly) but then to switch parsers you
replace the sun stuff with the other stuff.
Chris