differentiate same class name in two diffent jar files
- by hunt
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..