javax.microedition.payment.TransactionModuleException
Hi,
I am new at j2me. I want to use papi (jsr 229) to develop a payment application on a mobile phones. But i can not find any resources to help me.
First if you know any good resources that can help me please tell.
Second while i try to create aTransactionModule object
txModule =new TransactionModule(this);
following exception is thrown:
javax.microedition.payment.TransactionModuleException: Missing provisioning information
What is provisioning information and how can i solve this problem?
Thanks for your help...
# 1
> I am new at j2me. I want to use papi (jsr 229) to
> develop a payment application on a mobile phones. But
> i can not find any resources to help me.
hope you are joking because i find this on google
http://developers.sun.com/learning/javaoneonline/2006/mobility/TS-1049.pdf
# 2
Yes i saw this document before but that is the only document that i could find. (Also i looked at the specification of the jsr 229). I wish i could find more documents :(
My main problem is loading the payment provisioning data from the JAR-Manifest Resource file.
- I don't know how to create this file?
- I use netbeans 5.5 sdk. Is it automatically created when i create a new
project?
Sorry for the questions may be they are so silly but as i said i am very new at this subject