Wednesday, 15 April 2015

Eclipse java web project manual set lib folder in WEB-INF -



Eclipse java web project manual set lib folder in WEB-INF -

i checked out project svn. project have folder named "ws" contains webcontent folder. lib folder outside webcontent folder , under folder under "ws" folder. found out have move lib folder web-inf folder in webcontent folder, eclipse can find libraries need.

would show me how manually set path eclipse can load libraries original lib without moving lib web-inf?

thanks

you can edit deployment assembly controls how app deployment assembled. right-click project , select properties; select deployment assembly , utilize add... include project's libraries (jars) in deployed web-inf/lib folder.

if you've included libraries on project build path, there's alternative in add... dialog include them directly. otherwise can add together folder itself.

java eclipse web-services svn

No comments:

Post a Comment