Unfortunatelly we do not. The manufacturer of this application , a portal , has decided to package the Web application with both jar files and classes , respectively in WEB-INF/lib and WEB-INF/classes.I tried for the moment to create a Java project with the above classes and in the Web application project I added this classes folder in the build path.This does not seem to work. If I create a jar with the above classes , I may not have the correct classpath. Is there another solution ? Maybe a solution that keeps the vendor’s Web application unchanged and it allows me to create a Web application project just with my own source .