Looking for a solution so that I can have a central location for all my JAR files plus still be able to do a deploy to JBOSS inside Eclipse.
I have a LIB fold out side my projects. I have add the required libs to a given directory using Eclipse build path external jar. But, when I run the application on JBOSS inside Eclipse it does not start. It would seem that JBOSS expects to find the required JAR files under WEB-INF/lib. I have tried other things as well, such as creating a manifest file in the EAR but that did not work.
I looked at the following but it does not address running the application with JBOSS inside Eclipse.
Thanks