I thought this would be written down but I could not find it. I have a project the deploys on jboss and some of the java files need the server-provided libraries to build. In normal eclipse wtp you can simply add the server libraries to the build path.
How do you do the same with ME? I simply want ME to know where the jboss-provided jar files are (like jsf/jstl/el/log4j/etc…) so it can build my java files, but not need to deploy those since they are already on the server.
Thanks!