Posted: 5 years ago

Filed under: Sysadmin

Tagged with:

Follow comments

Setting classpath for java

I always find it’s a hassle to set up the java classpath.

In unix:

  1. export CLASSPATH=/path/to/my/directory

Resources:
Nice tutorial that explains how to set the classpath.

Leave a Reply