Yeah, I’ve read that a number of times and I don’t feel it address (or maybe I’m missing something) what I’m looking to do.
Example. I have an ear project called TestEAR, that has two MyEclipse Struts enabled war projects called OneWAR and TwoWAR.
Both OneWAR and TwoWAR have the following libraries (placed in by MyEclipse enabling struts).
– struts.jar
-commons-beanutils.jar
-commons-loggin.jar
-jakarta-oro.jar
-commons-digester.jar
-commons-fileupload.jar
-commons-validator.jar
I don’t like that I have these libraries in two war files (seems redundant to me).
So can i put them in common library?