I'm trying to run Luke - Lucene Index Toolbox from the site referenced here but it refuses to run, at least on my Win7 machine. How can I get the lastest version to run?
I've used Luke before to look at Lucene indizes. It uses the Java runtime, is that installed on your PC? If it is installed and it still fails to execute you might need to add a new environment variable to your Win7 system for JAVA=[your java intall root path]. Alternatively you should be able to run the Luke .jar file by executing [your java install root path]\java.exe luke.jar.
Luke - Lucene Index Toolbox - How to?
I'm trying to run Luke - Lucene Index Toolbox from the site referenced here but it refuses to run, at least on my Win7 machine. How can I get the lastest version to run?
Hi Connie,
I've used Luke before to look at Lucene indizes. It uses the Java runtime, is that installed on your PC? If it is installed and it still fails to execute you might need to add a new environment variable to your Win7 system for JAVA=[your java intall root path]. Alternatively you should be able to run the Luke .jar file by executing [your java install root path]\java.exe luke.jar.
Hope that helps,
Sascha
Something was apparently hosed up with my JRE. I installed the latest version from the Sun web site and now, all is good.
is working on a reply...