Tuesday, July 6, 2010

add jar to classpath

To include a jar to your CLASSPATH you would do this (in bash):
export CLASSPATH=$CLASSPATH:/some/path/to/your/jar/example.jar

No comments:

Post a Comment