Search found 1 match

by biodegradable
Wed May 23, 2007 10:43 am
Forum: Writing a Parser
Topic: Developping a parser that needs a JAR
Replies: 3
Views: 36283

Hi,

It will be better to add another env. variable like : LOGMX_ADDITIONAL_CLASSPATH

where all specifics jar files could be added... this will permit to keep your script as is :

LOGMX_CLASSPATH=$LOGMX_ADDITIONAL_CLASSPATH
:$LOGMX_PATH/classes

Cheers