cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to configure NWDS in 64 bit system

0 Kudos

Dear Experts

I am facing a problem whenever I am trying to install NWDS in my 64 bit system , as it is required its compatible JDK or JRE (Error msg is attached) . But the same version of NWDS and JDK has been installed in my friend's 32 bit system.

What versions of NWDS and JDK/JRE is needed for my 64 bit Windows7 system and from where will I get?

Please help me.

Regards

Gourab

View Entire Topic
dipen_pandya
Contributor
0 Kudos

Hi,

Please install JDK6 & JRE6 of 32bit version, You can get it from sun java's website.

(Java Archive Downloads - Java SE 6)

After installing 32bit jdk & jre, create the System Variable as shown in below procedure;

Right click on,


My Computer > select Properties > Select Advanced system settings > Select Environment Variables > Under System variables create a New variable e.g JAVA_PATH and give variable value: C:\Program Files (x86)\Java\jdk1.6.0_45\bin

After doing so go to your NWDS folder and open the SapNetweaverDeveloperStudio - configuration setting file and mention jdk entry like;


-vm

C:\Program Files (x86)\Java\jdk1.6.0_45\bin

-startup

P.s: Uninstall previous versions of jdk & jre if any before installing the jdk6 & jre6 (32bit).

Try this and revert.

Regards,

Dipen.