Env:tomcat 6 I have one coreTool.jar used in a web project.
For some enhancement in coreTool, I added new class files and save this coreTool to coreToolSec.jar and make both include into the project.
As you can see there would be lots of dublicate classes with same package name, classes name, and I am afraid of doing this may cause system goes wrong.
Any thoughts?