Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 99570 invoked from network); 4 Mar 2011 05:51:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 05:51:30 -0000 Received: (qmail 25141 invoked by uid 500); 4 Mar 2011 05:51:29 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 25104 invoked by uid 500); 4 Mar 2011 05:51:29 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 25059 invoked by uid 99); 4 Mar 2011 05:51:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 05:51:29 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of janssen@parc.com designates 13.1.64.93 as permitted sender) Received: from [13.1.64.93] (HELO alpha.xerox.com) (13.1.64.93) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 05:51:20 +0000 Received: from parc.com ([13.1.102.103]) by alpha.xerox.com with SMTP id <167843(2)>; Thu, 3 Mar 2011 21:50:41 PST To: pylucene-dev@lucene.apache.org Subject: Using JCC / PyLucene with JEPP? Cc: janssen@parc.com X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.90 Date: Thu, 3 Mar 2011 21:50:40 PST Message-ID: <68325.1299217840@parc.com> From: Bill Janssen X-Virus-Checked: Checked by ClamAV on apache.org New topic. I'd like to wrap my UpLib codebase, which is Python using PyLucene, in Java using JEPP (http://jepp.sourceforge.net/), so that I can use it with Tomcat. Now, am I going to have to do some trickery to get a VM? Or will getVMEnv() just work with a previously initialized JVM? Bill