I'm trying to run the command line reindexer on a linux box, where the Bash shell is default.
<rest of full path from root dir>/jforum_war.ear/jforum.war/tools/bin> ./LuceneCommandLineReindexer.sh --path=<rest of full path from root dir>/jforum_war.ear/jforum.war --recreateindex --type=message --firstPostId=1 --lastPostId=100
The
java class is not found: //LuceneCommandLineReindexer/sh
What am I doing wrong? Why am I trying to invoke the shell script as if it were a java file? Sorry, in advance, for this stupid question.
v2.1.8
-Ben
[originally posted on jforum.net by bwfrieds]