differentiate same class name in two diffent jar files
Posted
by hunt
on Stack Overflow
See other posts from Stack Overflow
or by hunt
Published on 2010-03-29T16:03:57Z
Indexed on
2010/03/29
16:13 UTC
Read the original article
Hit count: 179
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..
© Stack Overflow or respective owner