jhindexer version (return code: 0)
java.lang.ArrayIndexOutOfBoundsException: 0
at com.sun.java.help.search.DocumentLists.<init>(DocumentLists.java:200)
at com.sun.java.help.search.DocumentLists.invert(DocumentLists.java:270)
at com.sun.java.help.search.DefaultIndexBuilder.close(DefaultIndexBuilder.java:130)
at com.sun.java.help.search.Indexer.compile(Indexer.java:242)
at com.sun.java.help.search.Indexer.main(Indexer.java:87)
jhindexer (return code: 0)
No files specified to index
Usage: java JavaHelp.Index options file ...
Options: -c file config file
-db file generated database file name
-verbose verbose documentation
-nostopwords ignore stop words
-locale language_country_variant
-logfile log file name
Note: config file composition:
IndexRemove /public_html/JavaHelp/demo
IndexPrepend ..
StopWords word1 ... wordN
StopWordsFile stopWordFileName
File /public_html/JavaHelp/demo/first.html
File=/public_html/JavaHelp/demo/second.html
...