An error occurred while creating the java project

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I am getting error while creating a java project as I am a new user the Eclipse IDE. I am running Mac Operating System but can’t continue my work due to this issue. Any resolution idea would be useful. Thanks.

Error creating java project

An error occurred while creating the java project

Reason

Cannot nest 'equinox/web/WEB-INF/classes'inside'equinox/web'. To enable the nesting exclude "WEB-INF/" from 'equinox/web'

SHARE
Answered By 590495 points N/A #174333

An error occurred while creating the java project

qa-featured

I think there is a problem with the nesting or it is incorrect to nest “WEB-INF” with “equinox/web”. The answer always lies on your codes and scripts. Check how the sequence of instructions is started and other logics in your program. Because it wants you to exclude or remove “WEB-INF” from the nest to enable nesting, the nesting would be like this: “equinox/web/classes”.

If you are using an old version of Eclipse in your Java project, it is best if you’ll upgrade to the latest version since I think it is free. To download the latest version, visit Eclipse Kepler 4.3.2. It supports Mac OS X 10.5 Leopard or higher. You also need to update your Java Runtime Environment to avoid any errors. Download Java SE Runtime Environment 7u60.

Related Questions