Brad.Walker has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to determine if there is a library,wrapper,package etc., that will help me to call my Perl packages from inside Java.

I've tried looking through CPAN, but most of the stuff there is about calling Java from Perl and I want to go the other way.

I tried using the Chatterbox of PerlMonks, but I'm a novice and if there was a response, then I missed it.

Any help is much appreciated as you guys have really provided a lot of insight in the past.

Thanks.

-brad w.

Replies are listed 'Best First'.
Re: calling Perl packages from Java
by philcrow (Priest) on Oct 12, 2006 at 17:19 UTC
    Inline::Java goes both ways even if the name shows the original as a one way caller from Perl to Java. There are helpful folks to answer questions on the inline@perl.org mailing list.

    Phil

Re: calling Perl packages from Java
by InfiniteLoop (Hermit) on Oct 16, 2006 at 19:32 UTC