error UnsuportedClassVersionError

331 Views Asked by At

I compiled with 1.7 jdk a webApp it works fine at local server but when I upload to my VPS I got an error "UnsuportedClassVersionError Unsuported major.minor version 51.0" my server has jdk 1.7 too so I don't know whaty's wrong.

local: Java -version java version 1.7.0_21

VPS java -version java version 1.7.0_03

1

There are 1 best solutions below

0
On BEST ANSWER

I don't know if it's a matter of the difference of the latest 2 numbers, but I compilde again with 1.6 and the web apps works fine.