On Tuesday 18 September 2001 14:44, Ola Lundqvist wrote: > Like, CLASSPATH=$CLASSPATH:$INTERNALCLASSPATH before running > the real jvm. I'm not really in favor of a system wide classpath; i prefer the current system where /usr/bin/XXXXprogram deals with this... But if the majority prefers it this way, at least make it: CLASSPATH=$INTERNALCLASSPATH:$CLASSPATH so that internal jars overwrite the general jars... Egon