Add resources or property to Websphere's classpath
问题 I've a problem and a solution. But I don't like my solution, could someone provide an elegant way of solving this? This is for running web application inside IDE. I've an EAR project and I'm using RAD7.5. My EAR project looks like EAR_Project Deployment Descriptor Module Jar1 Jar2 War Meta-Inf application.xml My question is, Jar1 and Jar2 has its own libraries and properties files. As of now, I copy all libraries and properties of Jar1&Jar2 into War/Web-Inf and it works fine. Is there a