I'm using command
java -classpath ${HADOOP_CLASSPATH} -d '/home/shravanth/Desktop/wordcount/classes' '/home/shravanth/Desktop/wordcount/WordCount.java'
when i run the above command i get the below error
/home/shravanth/Desktop/wordcount/classes not found
even though there is directory in /home/shravanth/Desktop/wordcount/classes
please help me.