Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Has anyone ever tried using this? I'm trying to develop a script using it on a Windows environment and may deploy onto a Linux in the future.

Basically it requires a looot of things, a paypal java sdk, sun java sdk, Inline::Java, Class::Accessor and knowing how to generate a private/public cert.

As of now I'm stuck with this error:
Class com.paypal.sdk.profiles.APIProfile not found at C:/Perl/site/lib +/Inline/Java.pm line 615
I think I'm not able to run this module because it requires knowledge with Java. Perhaps I'm not compiling the .java files to .class files? I'm not too sure...will read up on it more. I was just wondering, if anyone has ever used this module on Windows or Linux (please specifiy if you have), because if its not possible using this on windows, then I'm just going to quit after 4 long days trying to get this to work :(

Thanks, Anthony

Replies are listed 'Best First'.
Re: Business::Paypal::SDK ?
by duckyd (Hermit) on Mar 09, 2006 at 05:19 UTC
    I haven't used Business::Paypal::SDK in particular, but that error is typical of not having your CLASSPATH setup properly.

    I would write a little test java program that uses the paypal Java code - at least then you'll only need to worry about the perl side of things.