cancel
Showing results for 
Search instead for 
Did you mean: 

Netweaver Developer Studio

Former Member
0 Kudos

hello,

I have installed Sap netweaver developer studion i.e. eclipse. i have sdk on my machine too. when i am starting netweaver developer studio it is giving an error No JVM found after searching locations /bin/javaw.exe??

Can anyone tell me how to configure class path for this??

regards,

ramakanth

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

What is the recommended JSDK/JRE version for NWDS 7.0.21?

We're currently using j2sdk1.4.2_17 with NWDS 7.0.14.

Thanks!

Former Member
0 Kudos

Ramakanth,

Which version of NWDS you're trying to install?

Which version of J2SDK you have?

You can try to do following

1. Uninstall NWDS

2. Uninstall JDK

3. Restart you system

4. Install JSDK (preferably version 1.4.2_13)

5. Define JSDK in System PATH and JAVA_HOME Environment variables.

6. Launch command prompt and check following commands. If it doesn't work you may have to check your environment variables

java -fullversion, javac

7. Now install NWDS whatever the version you need. Make sure you set JSDK Path during the installation.

This should pickup your Class Path, JDK/JSDK Paths in NWDS.

After installation you can launch NWDS and check following

NWDS -> Windows -> Preferences -> Java -> Class Path Variables

NWDS -> Windows -> Preferences -> Java -> Installed JRES

Hope this helps.

Thank You,

Regards,

Prasad

Former Member
0 Kudos

Hi,

I have the same issue. May anybody know where NWDS reads this settings?

Regards