cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Setting MI home folder for AWT in NWDS

Former Member
0 Kudos

Hi,

I am not able to set the MI home folder for AWT in NWDS. When I browse to the home folder for AWT client, the apply button is disabled.

Is there any workaround like changing the path for MI home folder for AWT in a file referred by NWDS and changes would get reflected in NWDS.

Regards

Raja Sekhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jo,

Thanks for the reply.

I could not find the default data folder for projects.

There is no .metadata folder.

THe installation folder for NWDS is as follows

F:\SAP\JDT\eclipse\*.*

I searched for the pref_store.ini file in the above folder but cudnt find it.

I also searched invain in the below folder

F:\Program Files\SAP\JDT\eclipse\plugins\com.sap.ip.me.mdk.developmentTools

Regards

Raja Sekhar

Former Member
0 Kudos

hi Raja,

You will find the Pref_store.ini file in the Working Direcotry.

You set your working dir immediately after installation.

Default working directory will be in this path:

C:\Documents and Settings\<userid>\Documents\SAP\workspace\.metadata\.plugins\com.sap.ip.me.mdk.developmentTools

if you set some other directory like i did, then,

C:\SAP NWDS WorkSpace\.metadata\.plugins\com.sap.ip.me.mdk.developmentTools\

regards

ak.

Message was edited by: Arunkumar Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arun,

Thanks for your reply. I was able to find pref_store.ini file.

When I browsed to the C:\Documents and Settings\rajasekhar_v\Documents\SAP, I found a file called workspace.properties. There was an entry as follows

#User Workspace definition

#Fri Apr 21 16:04:34 GMT+05:30 2006

rajasekhar_v=F\:
workspace

Then I found the pref_store.ini in the F:\workspace directory.

I added the entry for the MI Home folder for AWT. I started NWDS again and it is reflecting the change

But there still is an error that the following import cannot be resolved

com.sap.ip.me.api.runtime.awt.AwtApplication

Please let me know as how to correct this error.

Regards

Raja Sekhar

Former Member
0 Kudos

Raja,

looks like some jar files are missing. import them as external jars.

find all the jars in your MI Home folder and import them as external jars into your project.

Rgds

Ak.

Former Member
0 Kudos

hello raja,

close your NWDS.

locate the default data folder or working directory for your

projects when you run NWDS. you will find a folder named

.metadata inside it. locate the following file.

<DEFAULT_WORKDIR>\.metadata\.plugins\com.sap.ip.me.mdk.developmentTools\pref_store.ini

open it using any text editor. add the following entry:

com.sap.ip.me.mdk.developmentTools.general.MISettings.INST_FOLDER_NAME_AWT=<location of your MIAWT installation>

e.g.

com.sap.ip.me.mdk.developmentTools.general.MISettings.INST_FOLDER_NAME_AWT=D\:
10WRK
DBG
ME_CORE

where D\:
10WRK
DBG
ME_CORE is the MIAWT installation

directory. notice the \: and
.

save it and run your NWDS again.

regards

jo