in reply to How to call perl in Java?
Obviously a system call does the trick as suggested by Ratazong. I don't really like the file based communication though. It's also possible to embed your Java code in Perl and make it work together like marto suggested. But at first sight PLJava doesn't look very actively supported. Another option might be Inline::Java::Callback. I recently read XML-RPC, to call perl routines from Java. I like the idea a lot. I still have to try it though.
What kind of inter-program-communication (if any) are you looking for?
Cheers,
dHarry
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to call perl in Java?
by llancet (Friar) on Jan 08, 2010 at 03:30 UTC | |
by dHarry (Abbot) on Jan 08, 2010 at 08:45 UTC | |
by llancet (Friar) on Jan 13, 2010 at 04:45 UTC | |
by dHarry (Abbot) on Jan 13, 2010 at 07:27 UTC | |
by llancet (Friar) on Jan 14, 2010 at 00:40 UTC | |
|