I need to add some files on my CLASSPATH so I am using the following command:
export CLASSPATH=$CLASSPATH:/usr/local/lib/antlr-4.0-complete.jar
Although everytime my terminal is reseted, I have to add the classpath again. Is there a way that I can permamently add the above file on classpath ?
Commands are executed on OSX.