I developed an app in j2me which is working fine in default emulator. I added 3rd party library in this app but I'm facing a problem when I try to deploy it in device(Mobiles) . I get an error of Undefined Exception.
Please help me to solve it.
Asked
Active
Viewed 57 times
1

Tufan
- 2,789
- 4
- 34
- 52
-
It looks like your libraries are not bundled with your code. How do you create your jar file? – Telmo Pimentel Mota Nov 16 '15 at 02:54
-
i am using netbeans it automaticaly creates jar... i find problem is one class document builder factory is not found..although i hadd added KXML jar....when i realize i change every thing to json and it works – Tufan Nov 16 '15 at 05:26
-
Did you solve the issue using only json? – Telmo Pimentel Mota Nov 16 '15 at 11:32
-
yes i had added json jar file and convert all ksoap method to json – Tufan Nov 16 '15 at 11:33