cancel
Showing results for 
Search instead for 
Did you mean: 

Installing and Configuring NWDS

anuradha_wijesinghe
Participant
0 Kudos

Hi Expert,

I need a big help to belong to install NWDS.

We have ECC 6 and EHP 7 upgrades SAP. It is not java enable. But SAP netweaver Web access is there. I Tried to download NWDS and install for my further developments.

Here my PC details,

OS : Windows 8.1 64bit

I have downloaded SWDS version, nwds-extsoa-7.3-EHP1-SP16-PAT0001-win32

before install it i downloaded Java , http://scn.sap.com/jdk-8u45-windows-i586.exe

But after I installed, it says

Your JVM vendor is not supported

  Current JVM:

    Oracle Corporation JRE 1.8.0_45

    java.home = C:\Program Files (x86)\Java\jre1.8.0_45

  Supported JVMs:

    JDK provided by SAP AG: java.version 1.6.0_07 or higher

    JDK provided by Sun Microsystems Inc.: java.version 1.6.0_07 or higher

And another thing is, how can I configure this to our current SAP system. I tried with Preferences-> SAP as Java, then add. but there's nothing appear after add IP and instant no.

Please help me to resolve this.

Am i supported to use NWDS with my environment?

Accepted Solutions (1)

Accepted Solutions (1)

anuradha_wijesinghe
Participant

Help Pls

Former Member
0 Kudos

Hi,

Did you solve this?
I am facing the same problem.

Answers (2)

Answers (2)

Former Member
0 Kudos
  • Goto the folder where NWDS was installed. Navigate to folder eclipse -> plugins.
  • Locate file “com.sap.ide.jvm.check_1.0.0.150922103359.jar”.
  • Copy the file to another location and rename that actual file to “com.sap.ide.jvm.check_1.0.0.150922103359.jar.BAK” as a backup.
  • Extract the copied file using any compression software (viz winrar).
  • Open the config.xml file in that folder.
  • Add the vendor Oracle corporation by adding the below code:.

<vendor name="Oracle Corporation">

   <versionRange jdkRequired="true" minInclusive="1.6.0_07"/>

</vendor>

  • Save the file, compress the folder back with “.jar” extension, or compress to “.zip” or “.rar” and then change the extension to “.jar”.
  • Put the file back to plugins folder and restart NWDS.
former_member676475
Discoverer
0 Kudos

Hi Anuradha,

I am facing the same issue. Could you please advise how did you resolved this ?