Pages

Friday 18 July 2014

PATH and CLASSPATH variables

The PATH variable is generally used to make a command available on the terminal, without having to prepend the full path to call it; basically we will be able to call the Java interpreter from within every folder.

The CLASSPATH variable is needed to load the core Java libraries instead and makes them available to Solr components.

No comments:

Post a Comment