Reputation: 330
When I create a new java EE project in Eclipse,will the WEB-INF/lib folder be automatically added to the java build path or do I need to add it manually to the build path from the project properties?
Upvotes: 1
Views: 400
Reputation: 15689
If you have WTP (Web Tools Platform) installed in your Eclipse, it'll be added automaticaly when your project is created as an web project.
Upvotes: 4