cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.UnsupportedClassVersionError in WD Java

Former Member
0 Kudos

Hi All,

When i deploy my application in WD Java I get the following error:

java.lang.UnsupportedClassVersionError: com/mdm/releases/wdp/InternalTestComp (Unsupported major.minor version 50.0)

I am using NWDS 7.0.15 and have installed jdk version 1.4.2_12.

I have read somewhere that it could be a dc issue. But i have synced all used dcs and deployed this dc. I still get this issue.

Can someone pls help?

Thanks & Regards,

Malita

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

1.4 installed, doesn't mean it is used.....

check your IDE

Qualiture
Active Contributor
0 Kudos

Which version of that 'com/mdm/releases/wdp/InternalTestComp' component on NetWeaver are you using?

The message "(Unsupported major.minor version 50.0)" indicates it has been compiled with JDK 1.6, which would not match your system's 1.4 JDK