in reply to Re^4: How to call perl in Java?
in thread How to call perl in Java?
Perhaps I was not clear, for the JSON approach I meant communication between a JVM and Perl, not as in Java glued into Perl, i.e. the inline solution. If you're happy with mixing java and Perl in one file it seems like the most straightforward solution to me. I'd prefer to separate things. Is it a use-once solution or will you need this type of communication a lot in the future? It might be worthwhile to explore other solutions. More work though.
Cheers
Harry
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to call perl in Java?
by llancet (Friar) on Jan 14, 2010 at 00:40 UTC | |
by dHarry (Abbot) on Jan 14, 2010 at 07:30 UTC |