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 ArticleInstall 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 ArticleRe: 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 ArticleRe: 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 ArticleRE: 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 ArticleGetting started with JPL by Wilson, Allen
This message may contain proprietary or confidential company information.Any unauthorized use or disclosure is prohibited.
View ArticleRe: 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 Articleunexpected 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 ArticlePlz 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 ArticleRe: 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 ArticleRe: 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 ArticleSuccessfully 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 ArticleRe: 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 ArticlePassing 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 ArticlePassing 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 ArticleProblem 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 ArticleBest 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 ArticleNewbie 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 ArticleRe: 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