Where to put JARs that shouldn't be deployed ? [message #212830] |
Wed, 23 April 2008 09:42  |
Eclipse User |
|
|
|
Hi,
I'm working with Eclipse Web tools 2 Dynmic Web Application, and I put all
of my libraries (JARs) in WebContent/WEB-INF/lib folder, but I'm wondering
where to put JARs that I don't want to deploy (such as junit or jmock
JARs, etc.) ?
--
Thx in advance, Milan Milanovic
|
|
|
Re: Where to put JARs that shouldn't be deployed ? [message #213034 is a reply to message #212830] |
Mon, 28 April 2008 15:50  |
Eclipse User |
|
|
|
Can you not make them an external libraries (Right click on Project ->
Properties -> Java Build path -> Add External Jar)..?
Having said that.. I am not responsible for NoClassDefFoundError.. :)
Now you also want to watch out and not add them to the Java EE Module
dependacy tabs as this would actually copy the file into your application
classpath.
Angel
milanmilanovich@yahoo.com (Milan Milanovic) wrote in
news:b950693586018dc200ac165df870391b$1@www.eclipse.org:
> Hi,
>
> I'm working with Eclipse Web tools 2 Dynmic Web Application, and I put
> all of my libraries (JARs) in WebContent/WEB-INF/lib folder, but I'm
> wondering where to put JARs that I don't want to deploy (such as junit
> or jmock JARs, etc.) ?
>
> --
> Thx in advance, Milan Milanovic
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.10323 seconds