juliencr,
To add MyEclipse Libraries to your project, right click on your project and from the context menu select Build Path > Configure Build Path > Libraries tab. Click on "Add Libraries" and in the new window that opens, select "MyEclipse Libraries" > Next.
The libraries will now be added to your projects build path. After the project is deployed to a server, the library jar files will be available under/WEB-INF/lib.
Let me know if that helps. |