My J2ME application use the class : com/sun/midp/io/Properties
when i try to install it on nokia C3 or samsung
I see this error in my phone: No Class Def Found Error java/lang/NoClassDefFoundError com/sun/midp/io/Properties
Example code:
Properties p = new Properties();
int s = p.size();
But it works fine with LG
How can I solve this issue. I tried to add the jsr which contain the class to my application but it didn't work