Will the use of -classpath option with java, add to or replace the contents of the CLASSPATH env variable?
-classpath
java
CLASSPATH
Using the classpath variable it overrides the CLASSPATH of Environment variable but only for that session. If you restart the application you need to again set the classpath variable.
2.1m questions
2.1m answers
60 comments
57.0k users