cancel
Showing results for 
Search instead for 
Did you mean: 

Importing project into Netweaver problem

Former Member
0 Kudos

Hi all,

I deleted a project from Netweaver and then tried to import the project back into Netweaver. Unfortunately, it did not recognize it as a J2EE type project.

Does anyone know how to make Netweaver recognize the project as a J2EE (Enterprise, EJB, WEB) project?

Accepted Solutions (1)

Accepted Solutions (1)

pravesh_verma
Active Contributor
0 Kudos

Hi Michael,

According to me when you have deleted the project and imported it again you have lost the perspective you were working in.

To make it recognize as the J2EE project just open the project in NWDS and change the perspective as:

Windows -> Open Perspective -> Others.

There a list of all perspective available will be listed. Select the Development perspective you want.

I think this will resolve your Issue.

Regards

Pravesh

PS: Please consider awarding points if helpful.

Answers (1)

Answers (1)

Former Member
0 Kudos

When A project is created using NWDS two files are created at the root of the project.

.classpath - Holds all of the references to the project

.project - contains all the NWDS properties and build information for the project.

When you delete the project you are deleting '.project' file. I don't believe there is a way to import a deleteed project. It is better to just recrete it.

Stephen