Re: [patch] embedded in java

2002-12-17 Thread Doug MacEachern
On Mon, 16 Dec 2002, Patrick LeBoutillier wrote: > Doug, > > I'll put the patch in for sure. It will be in the next release. cool, thanks. > If I understand correctly you are going from Java to Perl via JNI > and then using Inline::Java to return to Java? If that is the case > I'm really inter

Re: [patch] embedded in java

2002-12-16 Thread Patrick LeBoutillier
;_Inline/lib/auto/test_pl_13db'. Cheers, Patrick - Patrick LeBoutillier Laval, Quebec, Canada - Original Message - From: "Doug MacEachern" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 14, 2002 9:58 PM Subject: [patch]

[patch] embedded in java

2002-12-16 Thread Doug MacEachern
i want to use Inline::Java inside a jvm that's already running (e.g. in a server such as tomcat or weblogic). i have a PerlInterpreter jni extension to embed the interpreter(s), to use Inline::Java from there in the same jvm requires the patch below. then configuring JNI => 2: use Inline => 'J