cancel
Showing results for 
Search instead for 
Did you mean: 

UnsupportedClassVersionError

Former Member
0 Kudos

Hi,

I am trying to deploy my application in CE 7.1 environment. But i am getting this error while running the application.

java.lang.UnsupportedClassVersionError: Bad version number in .class file

Regards,

H.V.Swathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This error will come when the java program is compiled in one version and executed in another version.

Check the jdk version in your CE 7.1 server, try installing the same in your local system and build your application with that version of jdk.

Thanks,

Venkat

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Swathi,

Compare the versions of the JDK on the loca system and the CE server. Install the same JDK on your local system as on the CE server.

Regards.

Rajat