views:

227

answers:

2

I am developing blackberry application using BlackBerry JDE 5.0.X , in which i am using JSONOrg to parse json response now JSONOrg has few .java file which is using java.lang.Class from rt.jar file.

so now the problem is BlackBerry JDE also has its version of java.lang.Class in net_rim_api.jar (which is a dependent jar file for BlackBerry) but i want to take a reference from rt.jar... so how can i differentiate a class which has a same name in two different .jar file ?

Please do help..

+2  A: 

You may want to use the JSON ME library from JSON.org - it has a proven track record of working well on the BlackBerry platform, with none of the problems you mention.

Marc Novakowski
A: 

Hi marc,

even i face a similar kind of issue...But the link you have mentioned above seems to be a broken link.. Can you provide the correct one??

Rita