I am reading a excel file using java and i am executing the program with the below command but its giving me error: Could not find or load main class Test
My main class is in the same directory where i am running the program D:\java\Test>java -classpath "D:\java\Test\poi-3.9-20121203.jar;D:\java\Test\poi-ooxml-3.9-20121203.jar Test
Spent whole day to find out why this error is coming please help me out.