I have a J2EE application that consists of an EAR and a WAR. The EAR contains all of the references to the external jars which I then reference on the Java EE Module Dependencies screen within Eclipse for the WAR. For certain jars I get an exclamation point next to the jar icon and do not understand why. I know for certain that those jars do exist and are in the location specified on the class path. Does anyone know why some jars exhibit this behavior? I know that I had a similar problem with Javassist and I was able to resolve it by rebuilding the source from scratch. Could this be caused by the code be instrumented?
The new jars that I'm having trouble with are jxl.jar and mvel2.jar which I got out of the jboss drools distribution.
Thank you very much for your assistance, Jeremy