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 the FAQ's
on the web wheren they said the problem could be the threading model etc

etc.
Now i have come across the perl 6 documentation where there was a
mention of Java api's.
So will perl6 help me in the task.

thanks in advance
regards
raghu

=======================================

An unexpected exception has been detected in native code outside the VM.

Unexpected Signal : 11 occurred at PC=0xF1BA8530
Function=[Unknown. Nearest: Perl_init_stacks+0xB98]
Library=/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE/libperl.so

Current Java thread:
        at PerlTest.evalPerl(Native Method)
        at PerlTest.main(PerlTest.java:22)
=======================================





Reply via email to