in reply to Calling Perl with arguments From Java
Hi rgwest61,
I'm not sure I fully understand your description. So you want to write a Perl-only version of a Java tool you have? (In that case, DBD::Oracle is probably helpful.) And you then want to call this Perl tool from Java?
I believe the standard method for running an external process from Java is java.lang.ProcessBuilder.
Earlier you wrote about Inline::Java, so if that's what you're talking about, then perhaps Inline::Java::Callback is what you're looking for (calling Perl from Java code within Inline::Java).
Hope this helps,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling Perl with arguments From Java
by rgwest61 (Initiate) on May 31, 2016 at 20:18 UTC | |
by haukex (Archbishop) on Jun 01, 2016 at 08:40 UTC |