Re: Best way to call java from perl by ced
>I am willing to call a java class method from perl and capture its output. As I>understand there are three different ways to do it, but not sure which is the be>st way to go about.>1....
View ArticleRE: Best way to call java from perl by Joshi Mandar-R9121Z
Looks like if I have to use Java module to call java classes from perl, I have to run 'Java Server' provided with the module (Correct me if I am wrong). Is this a necessary step ? Is there any module...
View ArticleInline Java question by Joshi Mandar-R9121Z
Hello,I have installed Inline module from CPAN Inline-Java-0.47.tar.gz.I have following code in my perl file...
View Articleneed some help with jpl installation by Jan Hoffmann
hi everybody,I am currently trying to install jpl on a Linux machine (SuSE 8.2), havingPerl 5.8 installed. When running install-jpl it stops at the point wherethe perl interpreter is to be compiled....
View ArticleRe: need some help with jpl installation by Seo Sanghyeon
Hello, Jan Hoffmann, and people on perl.jpl,Regarding your compile error: Perl on SUSE is most likely compiled withthread safety and largefile support, which makes some declarations inthe headers...
View ArticlePackaging Problems by Stephen Burns
Hello everyone,Has anyone had any success implementing a JPL solution within a package structure?I have JPL installed and can use it successfully. However when I introduce a package structure, i.e....
View ArticleJPL - post 5.8.1 by ced
Is there any chance of Jarkko's core patch for JPL (Larry'sJava Perl Lingo) making it back into core..? History: Java (jdk 1.2+) stopped tolerating Perl's environment diddling so Jarkko wrote a patch...
View ArticleRe: JPL - post 5.8.1 by Patrick LeBoutillier
Hi all,I don't know much about JPL, but I was faced with this problem a whileback with myInline::Java project. I managed to overcome the problem by copying theenvironmentmyself before calling...
View ArticleRE: JPL - post 5.8.1 by DeRykus, Charles E
Another thanks to Patrick for the suggestion. I thinkthough that an updated core patch is really the wayto go (at least I get confused trying to wrap my mindaround an alternative since JPL embeds Perl...
View ArticleLooking for information by Kyle R. Burton
I've got a few questions that I can't seem to find answers to bygoogling. I apologies if my questions are documented somewhere thati could not find. Pointers to existing information would be...
View ArticleRe: Looking for information by ced
> Is JPL still under active development? I see that it is part of the> perl source distribution (up to 5.9.2) though some of the files in the> jpl directory have 1999 dates in them.JPL is...
View Articleperl + jvm problem, need help or suggestion by andy gum
Sorry if this is wrong forum.I have following problemThis is my perl infoSummary of my perl5 (revision 5 version 8 subversion8) configuration: Platform: osname=linux,...
View ArticleWhere to download JPL from? by sakina suliman
Hi, I am looking to download JPL (java perl interpreter) binary/package. Couldn't find it when I searched on cpan.org. Would you give any guidance on where to get it and install it? Thanks in advance,...
View ArticleRe: Where to download JPL from? by Eric Martel
The JPL is part of the main Perl distribution available athttp://cpan.org/src/README.html.You can have a look at my struggle to make it work on my Linux...
View ArticleRe: Where to download JPL from? by Eric Martel
Well, that was with Perl 5.8.0 and my distro; didn't try with morerecent versions of Perl nor other distros.sakina suliman a écrit :> Hi Eric,>>> Thanks for the info., I'll take a look.>...
View ArticleRE: Where to download JPL from? by Stephen Burns
Sakina, After attempting for a number of months to get JPL working as required I decided to give up and find my own way round the problem. There is a huge overhead involved in using JPL and the...
View ArticleRe: Where to download JPL from? by Eric Martel
A little Googling made me find this link; it is written by Mr. Jepsonand seems to be an upgrade to what I have read at the time:http://perl.active-venture.com/jpl/docs/Tutorial.htmlLe 2006-09-07 19:41,...
View ArticleRE: Where to download JPL from? by sakina suliman
Hi Stephen,Thanks for your email.I am definitely interested of other way around whichwill fill the needs of what I am looking for which isto be able to re-use/leverage some existing perl code.Please...
View ArticleJAVA- PERL PRoblem by Tatiana Lloret Iglesias
Hi!i'm executing PERL code from JAVA with the following instructions:Process p=Runtime.getRuntime().exec(cmdString);int exitCode = p.waitFor();p.destroy();logger.info("exitCode="+exitCode);if(exitCode...
View Articlehigh-level architecture? - Can't find 'boot_MyMod' symbol in... by Tom Hintz
I've got a java app that calls through to Perl modules that's worked for avery long time on perl 5.005. Long story short, we have now have Java 6 andperl 5.8.4 and this doesn't work. Running the Java...
View Article