Hello every Body,
I installed couchdb-lucene 0.6.0. To run it, I have to execute ./bin/run. I
don't have a bin directory in the main directory. What's is the clue ?
Here's a view on the directory generated by the install :
@ubuntu:~/rubydev/java/couchdb-lucene$ ls
BREAKING_CHANGES couchdb-external-hook.py LICENSE NEWS pom.xml
README.md src target THANKS.md TODO
I tried this ./src/main/bin/run, i got this error (some words in french)
ls: impossible d'accéder à lib/*.jar: Aucun fichier ou dossier de ce type
Exception in thread "main" java.lang.NoClassDefFoundError:
com/github/rnewson/couchdb/lucene/Main
Caused by: java.lang.ClassNotFoundException:
com.github.rnewson.couchdb.lucene.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: com.github.rnewson.couchdb.lucene.Main.
Program will exit.
Any one can help
Thanks