|
Mmm.
Classpath variables usually show the processor (whatever architecture) where to find the JVM and applets, jars, apps. Your classpath appears to be pointing to the jar file itself.
Try this;
export CLASSPATH=$CLASSPATH:/usr/bin/.;
Sorry, I can't remember if it's colon separator or semi colon for Solaris and Unix (I assume it's colon cause it's semi colon for Windoze).
|