Re: help on java perl integration

2003-06-12 Thread Nicholas Clark
On Thu, Jun 12, 2003 at 02:41:12PM +0530, Raghu wrote: > Hi , > I am try to integrate a Perl application into Java. I am using Perl5.6.1 > > with jdk1.4 on solaris2.8. > I am using JNI to access the perl api's to perform this. The C > application runs fine, but the Java application core dumps at o

help on java perl integration

2003-06-12 Thread Raghu
Hi , I am try to integrate a Perl application into Java. I am using Perl5.6.1 with jdk1.4 on solaris2.8. I am using JNI to access the perl api's to perform this. The C application runs fine, but the Java application core dumps at one particular function perl_parse(...). I have gone thru some of th