cancel
Showing results for 
Search instead for 
Did you mean: 

Getting unsupported JVM error while running NWDS

Former Member
0 Kudos

Hi All,

While running NWDS, getting this error

Please suggest how to resolve this error.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member198633
Contributor
0 Kudos

Hi,

And apart from that the JRE is not enough (you need JDK), the thing is JDK 1.8 is not supported at all.

If you develop for NW AS Java 7.0 you have to stick with JDK 1.4

NW 7.1 -> JDK 1.5

NW 7.3 -> JDK 1.6

NW 7.4 -> JDK 1.6

Useful links: thread and Building with using different versions.

Cheers,

Peter

Answers (3)

Answers (3)

xavier_aranda
Participant
0 Kudos

Hi,

Try to install last version of JDK 1.6 32bit and try again.

Hope it help

former_member198633
Contributor
0 Kudos

Hi Inamul,

Have you managed to solve the problem?

Regards

Peter

christian_santej
Active Participant
0 Kudos

hi,

the detail information already mentions why this exception is occurring. you're using the JRE 1.8 and not the JDK.

regards, christian