Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have a JAVA library that some users need to interface with through perl. I have looked and have only found one solution the Java.pm 2.1 at CSPAN. Is there another solution that is more strait forward that does not require a java server and port communication?

Replies are listed 'Best First'.
Re: Use perl to call a java class
by rpc (Monk) on Feb 27, 2001 at 04:36 UTC
    There is active development of an Inline::Java module, which uses Brian Ingerson's Inline module. To call methods directly from a Java class, this will probably be your best solution. Look for it within the next few months.
Re: Use perl to call a java class
by AgentM (Curate) on Feb 27, 2001 at 08:19 UTC