I've noticed that in the unix shell script file the classpath is gotten from the environment like this:

-classpath ${CLASSPATH}:${JELLY_HOME}/lib/forehead.jar

while in the jelly.bat file it looks like this:

-classpath %JELLY_HOME%\lib\forehead.jar

It'd be good to have it like the shell script so that things can get added to the classpath externally when jelly.bat is called.

-classpath %CLASSPATH%;%JELLY_HOME%\lib\forehead.jar

Cheers,
Mark


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to