cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Instalation NWDS

Former Member
0 Kudos

I have downloaded NWDS with this links:

https://wiki.scn.sap.com/wiki/display/Java/NWDS+Download+Links

However the system not alllow follow with the instalation and genere this message of error.

I checked using the command java -version and  I have installed .

This is the version downloaded: wds-extsoa-7.3-EHP1-SP18

Regards

Accepted Solutions (1)

Accepted Solutions (1)

madhubabun
Explorer
0 Kudos

try Updating .ini file like below with your JDK and check

-vm

C:\Program Files\Java\jdk1.8.0_91\bin\javaw.exe

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Please check your JAVA_HOME environment variable is set to correct jdk folder.

Regards,

Ashish

Former Member
0 Kudos

Hi.

I am doing this:

In this link downloaded:

https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/730/doc/auto_latest_distributions.html

I have downloaded the file nwds-extsoa-7.3-SP15-PAT0000-win32.zip . I extracted to the path

c:\nwds-extsoa-7.3-SP15-PAT0000-win32

When I execute the file the system show the message of error:

I have download the file jdk-6u45-windows-x64 JDK version in the link:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

In the environment variable I created the variable JAVA_HOME with  correct jdk folder

C:\Program Files\Java\jre6\bin

I also modified the file SapNetweaverDeveloperStudio.ini

C:\nwds-extsoa-7.3-EHP1-SP18-PAT0001-win32\eclipse

-startup

plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar

-vm

c:\program files\java\jre6\bin

-nl

en

-vmargs

-Xmx512m

-Xms128m

-XX:PermSize=32m

-XX:MaxPermSize=384m

-Dfile.encoding=UTF-8

-Dosgi.requiredJavaVersion=1.6

-XX:+HeapDumpOnOutOfMemoryError

-Djavax.net.ssl.trustStoreProvider=SunMSCAPI

-Djavax.net.ssl.trustStoreType=Windows-ROOT

However the error is the same.

regards

Regards