Quantcast
Channel: perl.jpl
Browsing latest articles
Browse All 80 View Live

Re: JPL - Quite lost... by Eric Martel

View Article


Re: JPL - Quite lost... by Eric Martel

Le jeu 10/07/2003 à 12:26, ced@carios2.ca.boeing.com a écrit :> > java Sample> > exception in thread "main" java.lang.UnsatisfiedLinkError: /home/emartel/pe=> >...

View Article


Install and running Sample test by evan.epstein

Hello all, I am running Redhat 7.2 (kernel 2.4.18-3) with gcc 2.96 and amtrying to use JPL to integrate some Java and perl code using Java1.4.1_01.I downloaded and installed the rpm for perl 5.6.1 and...

View Article

Re: Install and running Sample test by ced

> Hello all, I am running Redhat 7.2 (kernel 2.4.18-3) with gcc 2.96 and am> trying to use JPL to integrate some Java and perl code using Java1.4.1_01.> and answer all the usual questions with...

View Article

Re: Install and running Sample test by Eric Martel

Le jeu 10/07/2003 à 17:34, ced@carios2.ca.boeing.com a écrit :> > Hello all, I am running Redhat 7.2 (kernel 2.4.18-3) with gcc 2.96 and am> > trying to use JPL to integrate some Java and...

View Article


RE: JPL (Java Perl Lingo) by Chad Kulesa

The problem is that with JDK1.4 for Windows, Sun didn't provide backwardscompatibility on JNI (Java Native Interface). The JPL code uses JNI fromJDK1.1. The only change that is needed is in how you...

View Article

Getting started with JPL by Wilson, Allen

This message may contain proprietary or confidential company information.Any unauthorized use or disclosure is prohibited.

View Article

Re: Getting started with JPL by ced

> I have just read up and JP and would like to get started with it. I am> currently running perl version...5.005_03 and from my understanding it> is including in 5.005_054. What does it take...

View Article


unexpected exception has been detected in native code outside the by Hemamalini

Hi, I am working on Perl with Java. I am calling the perlscript function fromjava.While tring out some sample program i am getting the error.Could uhelp me out regaring this?Exception in thread "main"...

View Article


Plz help I am having unexpected exception has been detected in by Hemamalini

Hi, I am working on Perl with Java. I am calling the perlscript function fromjava.While tring out some sample program i am getting the error.Could uhelp me out regaring this?Operating Environment :...

View Article

Re: unexpected exception has been detected in native code outside the VM by...

QDT wrote:> Hi all.> I have encountered a problem when I run the Sample application. Theinstallation process seems to pass without complications. Running the Sampleapplication results in this...

View Article

Re: unexpected exception has been detected in native code outside the VM by...

QDT wrote:> Hi all.> I have encountered a problem when I run the Sample application. Theinstallation process seems to pass without complications. Running the Sampleapplication results in this...

View Article

Successfully installing JPL!!! by =?iso-8859-1?q?Ellisetty=20Sreedhar?=

Hi,For those who wanna install JPL, and for those we r strugglingto install JPL, check the following instructions. IF u followthese instructions, one can easily install JPL. It worked forme, I hope it...

View Article


Re: unexpected exception has been detected in native code outside the VM by ced

> # java Sample> # # An unexpected exception has been detected in native code outside theVM.# Program counter=0xfada6da0> #> # Problematic Thread: prio=5 tid=0x28070 nid=0x1 runnable>...

View Article

Passing Objects to and from Perl from Java by stephen.burns

Firstly I would like to apologise for the length of this posting but ifyou can help please read on...I am attempting to build a Java wrapper to an existing Perl API. The APIperforms updates over a...

View Article


Passing Objects to and from Perl from Java by stephen.burns

Firstly I would like to apologise for the length of this posting but ifyou can help please read on...I am attempting to build a Java wrapper to an existing Perl API. The APIperforms updates over a...

View Article

Problem encountered when trying to pass objects using JPL by Stephen Burns

Firstly I would like to apologise for the length of this posting but if you can help please read on...I am attempting to build a Java wrapper to an existing Perl API. The API performs updates over a...

View Article


Best way to call java from perl by Joshi Mandar-R9121Z

Hello,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 best way to go about.1. Using inline...

View Article

Newbie question: determining which perl modules are installed by Joshi...

Can somebody tell me how to check which all perl modules are already installed ?RegardsMandar

View Article

Re: Newbie question: determining which perl modules are installed by Patrick...

Joshi Mandar-R9121Z wrote:>Can somebody tell me how to check which all perl modules are already installed ?>>Regards>Mandar>> >Try this:#!/usr/local/bin/perluse...

View Article

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 Article


RE: 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 Article


Inline 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 Article

need 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 Article

Re: 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 Article


Packaging 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 Article

JPL - 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 Article

Re: 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 Article

RE: 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 Article



Looking 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 Article

Re: 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 Article

perl + 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 Article

Where 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 Article


Re: 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 Article

Re: 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 Article

RE: 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 Article


Re: 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 Article


RE: 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 Article

JAVA- 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 Article

high-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
Browsing latest articles
Browse All 80 View Live