Re: [Java-gnome-developer] java desktop search
Brought to you by:
afcowie
From: Ismael J. <ml...@ju...> - 2005-08-07 18:44:15
|
On Sun, 2005-08-07 at 13:03 -0400, dan wrote: > The project with my code is up on souceforge. It is called > DeskCrawler. [...] Interesting project. :) > The code uses > lucene and commons-daemon. The eclipse .classpath file has hardcoded paths to their location in your machine. You may want to change this to relative paths. > You first must launch the daemon in the > background using jsvc, then you can run the client to perform an actual > search. I was able to run the client, but it failed to connect to the daemon. I am not sure what I did wrong, but I tried to pass DeskCrawlerDaemon class to jsvc and the jar file too, and both times, jsvc would just silently return. > There is no make file for most of the code right now because I > have built it using eclipse. There is a small makefile for building a > jni library for accessing gnomevfs mime information. I know that this Makefile is just to get things going, but it is missing the pkg-config flags for gtk2-java. gcc also complained about c++ style comments. There's also the fact that the location of the jdk is hardcoded, but I assume that you are aware of that and plan to change it in the future. > Let me know if you guys have any luck with my code and if you are still > interested in this project. Keep up the good work. :) Regards, Ismael |