Ralf Kaiser ha scritto:
Any hints how i can upgrade a project to the new versions JARs??

Webapp libraries are those in <project_path>/<web_content_folder>/WEB_INF/lib
(tipically <web_content_folder> = "WebContent")
If you change the files in there (with Explorer, for instance), replacing the old JARs with the new ones, then if you refresh your folder in Eclipse (right click on "lib" folder => Refresh) the IDE will see the new JARs, rebuild your project, re-publish your webapp.

--
Mauro Molinari
Software Developer
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to