[pylucene-dev] Introducing PyLucene without gcj

Andi Vajda vajda at osafoundation.org
Mon Sep 24 21:22:30 PDT 2007


On Mon, 24 Sep 2007, Bill Janssen wrote:

> If I'm reading the INSTALL file correctly, it requires a JDK on the
> system on which you intend to use it.  Is this just for building the
> module?  After that, can it be used with just a JRE?

You only need a JDK for building it. A JRE is sufficient to run PyLucene.
If you point out to me the confusing parts of the INSTALL/README files (with 
patches, even better), I'll fix them.

> By the way, are there any Java VMs aside from Sun's which have the
> necessary JNI support for JCC?

I expect all of them to have it since it's an essential part of the 
requirements of actually being a Java Runtime Environment. Even GCJ has a JNI 
interface even though it has something vastly superior, the CNI.

Andi..


More information about the pylucene-dev mailing list