Hello,
I have a problem with my build path. In my web project all .jar must go on projects, so I cannot use the WEB-INF/lib resource to add .jars there.
So I created a Lib project so I could use it in the same way I use the WEB-INF/lib. Problem is I am not beeing able to make it work properly. Seems fairly easy, I create a Java proyect, put all .jar in it and then tell the build path to look at that proyect in the specific place I put this .jars.
I have tried creating other types of project (a non-java project an utility JEE project...) and changing the native libreary location of the depended project. All futile.
So, How can I make one project see the .jar of another project?
Thanks for all.