06-02-2011 10:32 AM - last edited on 06-02-2011 10:33 AM
Hello,
I am experiencing problems with implementing the new payment engine in a game and was wondering if anyone can help me with a critical issue.
I downloaded the blackberry payment service jar file from
and inserted it in my project as a library using the build menu. However when I deploy it on a Blackberry 9780 device or on the 9800 Simulator I receive the error:
"Error starting <Project Name>: Module 'paymentapi' not found."
I am using the latest version of AppWorld, a BB device with OS 6.0, Eclipse with RIM Plugging v1.3 and occasionally BlackBerry Desktop Manager v5.0.1
As expected, some breakpoints and debugging suggested that the error occurs when attempting to load the paymentapi.jar library.
After further researching about this issue I attempted to follow the tutorial found on
However it was unsuccessful.
The program seems to compile but it freezes when attempting to instantiate an object of type PaymentEngine. Could it be a runtime error ?
I would greatly appreciate a sample or any help whatsoever on this issue as I am currently on an halt in my project.
Thank you in advance and I look forward to hearing from you guys !
Marc
07-11-2011 01:12 PM