View Single Post
Old 04-25-2012, 12:44 PM   #1
omnitechdev
New Member
 
Join Date: Apr 2012
Model: 8520
PIN: N/A
Carrier: developer
Posts: 2
Default net_rim_json_org not found error in downloading

Please Login to Remove!

I have developed a java Application for Blackberry using JDE 4.5 and JSON api. It works fine with Emulator with JDE 4.5 and 5 but when i downloaded it on real handset having RIM 5, it gives me an error net_rim_json_org not found

I read somewhere, up to version 5 JSON support is not there so if you want to run it in the mobile having OS version lower than 6 then we need to add the JSON package with the application and rename the package with another package name.

I have done this and bundled all the classes of JSON with the JAR file and remove the dependency on the net_rim_json_org. When i downloaded the application on the same handset having OS version 5, gives me the same error
"net_rim_json_org not found"

Unfortunately my requirement is to cover thhe RIM version 5 and above. I must make it run on RIM 5. Can anybody help me
Offline   Reply With Quote