tags:

views:

13

answers:

1

Hi,

I've just downloaded the eclipse helios IDE. I'm trying to create a dynamic web project. In eclipse galileo we had a option 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 jee version of eclipse.

How should I add the referenced libraries to the classpath?

Thank you

+4  A: 

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

Arun P Johny