cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS Import problem

MaheshChandra
Active Contributor
0 Kudos

Dear Experts,

we have a problem with NWDS Import function

when we open File-->Import It showing only 2 options

1) Development Components

2) Multiple Exixting projects into workplace.

i searched the forums and didn't find correct solution.i find some solutions from the forumss like

1) close nwds and delete .metadata directory

2) re install Nwds

3) changing the class path ("C:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe" -vm "C:\Program Files\Java\j2re1.4.1_01\bin\javaw.exe" )

i did all these but i am not getting all the "import" options.

In export function also it giving only 2 options

1) jar file

2) java doc

we are using NWDS 7.0.11 version and jdk 1.4.1

Thanks&Regards,

Maheshchandra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think your NWDS was not installed correctly. Make sure you unpack the downloaded archive to the root of your drive, before installing. Besides that, you should use the latest 1.4.2 JDK for NWDS 7.0.xx.

MaheshChandra
Active Contributor
0 Kudos

hi all

its solved

Below is solution of my problem.

check the below file

.....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ep.applicationDevelopment_7.00\plugin.xml

and please past the following code in this file under extension point for the open par wizard.

<wizard

name="PAR file"

icon="icons/OpenPar.gif"

class="com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.openPar.OpenParWizard"

id="OpenParWizard">

<description>

Create a Portal Application Project from a PAR file.

</description>

</wizard>

and placing the same code in ....\SAP\IDE\IDE70\eclipse\plugins\com.sap.ide.eclipse.import.iaik_2.0.0\plugin.xml

files solved my problem

Thanks to all

Answers (0)