Re: How to call perl in java thread

2004-09-15 Thread Patrick LeBoutillier
Yoann, Take a look at the Inline::Java::Callback pod page. There is a section there on "Callback Loops" that will show you how to do this. Patrick paulin yoann wrote: Hi, I use Inline, for calling perl program throught a java application. I created a class "MyClass" which extends InlineJavaPerlOb

How to call perl in java thread

2004-09-14 Thread paulin yoann
Hi, I use Inline, for calling perl program throught a java application. I created a class "MyClass" which extends InlineJavaPerlObject in order to use my perl module myPerl.pm. The Java main class which extends Thread creates an instence of MyClass and invokes perl method with "InvokeMethod" in