"Java EE module dependencies" options missing in Eclipse Helios
I've just downloaded the eclipse helios IDE. I'm trying to create a dynamic web project. In eclipse galileo we had a opt开发者_JAVA技巧ion called "Java EE module dependencies" to add the dependency jars and other projects to the classpath on the server.
But this option is missing in helios, I've downloaded link text eclipse Java EE version of eclipse.
How should I add the referenced libraries to the classpath?
The preferences option called "Java EE module dependencies" is removed from eclipse helios and a new option called "Web Deployment Assembly" is added. Please see this link.
To add new jar references you can click on "Add' --> "Java Build Path Entries", then select the required jars then click on finish
精彩评论