This was really tough for me since I had never used command line for compiling java programs, I always used Netbeans for coding in Java. Recently I started learning JUnit for which I decided to use command Line. Whenever I googled for its solution I got $ export CLASSPATH=$CLASSPATH: But this did not fix my…