I recently switched to J2EE from .NET, and am confused about where to put JAR files. I know that the CLASSPATH, WEB-INF, and Eclipse's Java Web Path are all places ...
I have a problem:
I have an EJB project which is EE-module-dependant of a JavaProject.
My EJB project has classes that won't compile because of missing types (which are present in the JavaProject). ...
I know there has to be a simple answer to this, but Google's not helping at the moment. I've got a dynamic web project in Eclipse which is using Java/Jersey ...
I have placed a series of jars in a single eclipse project.
I.e. I have a separate eclipse project (named e.g. JARS-Project) that has in its build path a whole bunch of ...
What are the different ways that java programs gain access to external libraries. There is setting a classpath, modifying the build or build path, but I've seen other ways of ...