0
java -cp .;/home/<user name>/enginex/lib/lucene.jar Main.class 

shows the error /home//enginex/lib/lucene.jar is not a file or directory while the path is correct.

Keshav
  • 33
  • 1
  • 6

1 Answers1

1

The semicolon should not be there. You should change it with a colon.

DDS
  • 2,340
  • 16
  • 34