There is a class file TagAttributeInfo which is under two of my jar files.
j2ee-6.1.jar,servlet-api-2.3.jar .
Now i need that class to be called from j2ee-6.1.jar but in runtime ,it is taking the class of servlet-api-2.3.jar,which i don’t want.
Can anybody help me to prioritize the jar file in class path so that i will give first priority to j2ee-6.1.jar.
You move it up in the classpath order (right click on the project, select Build Path, followed by Configure Build Path and then Order and Export)