Hello everyone,
i'm developing a learning application with NetBeans and Midlet 2.1.
in this application i read data from outside the jar using JSR 75 API.
the problem is that the user should download my application and the data set separately such that:
1. first he install the application jar
2. extract the data set to drive ememory card/mass storage) on the phone
so is there a way to batch the data set with the installation jar , in a way that when the user install the application the data set extracted from the jar to specific location
thanks in advance

memory card/mass storage) on the phone
Reply With Quote

