Re: Java.pm

2001-04-11 Thread cbell
I did take a look at it originally, but it didn't seem to do what I needed it to. I'll take another look... Robin Berjon wrote: > At 11:34 11/04/2001 -0400, cbell wrote: > >Originally I was trying to use Java.pm Version 3 created by Mark > >Trostler which I download

Re: Java.pm

2001-04-11 Thread Robin Berjon
At 11:34 11/04/2001 -0400, cbell wrote: >Originally I was trying to use Java.pm Version 3 created by Mark >Trostler which I downloaded from CPAN. Does anyone know which one I >should be using? I'm trying to execute Java procedures in class files >from within ModPerl. Haven'

Java.pm

2001-04-11 Thread cbell
ally I was trying to use Java.pm Version 3 created by Mark Trostler which I downloaded from CPAN. Does anyone know which one I should be using? I'm trying to execute Java procedures in class files from within ModPerl. I'm new to Java and a little confused on how to make this work. Thanks, Chris.

Java.pm

2001-04-11 Thread cbell
Thanks to all that replied, I'll try unziping the JAR file before using it...

Java.pm

2001-04-10 Thread c.w.huling
http://www-personal.umich.edu/~mcafee/perl/java-pm.html Known Issues: Currently, Java.pm can only read uncompressed zipfiles; it will die if there is a member of CLASSPATH which is a compressed zipfile (this includes jar files). I am looking into remedying this deficiency. cbell

Re: Java.pm

2001-04-10 Thread Sean C. Brady
On Tue, 10 Apr 2001, Brett W. McCoy wrote: > On Tue, 10 Apr 2001, cbell wrote: > > > Hello everyone, has anyone had any experience with Java.pm? There > > doesn't seem to be much info in the mail archives. I'm trying to access > > a JAR from within perl using

Re: Java.pm

2001-04-10 Thread Brett W. McCoy
On Tue, 10 Apr 2001, cbell wrote: > Hello everyone, has anyone had any experience with Java.pm? There > doesn't seem to be much info in the mail archives. I'm trying to access > a JAR from within perl using the Java.pm, but I always receive the > error: 'java.lang.

Java.pm

2001-04-10 Thread cbell
Hello everyone, has anyone had any experience with Java.pm? There doesn't seem to be much info in the mail archives. I'm trying to access a JAR from within perl using the Java.pm, but I always receive the error: 'java.lang.ClassNotFoundException'. I can access the jar f