java - How can i resolve UnsupportedClassVersionError? -
I have installed both jdk 7 and jdk8 in my system. But my Java program is compiling version in 1.8 and executes in 1.7. So it is responding to UnsupportedClassVersionError. How can I overcome this problem ...
Run your code with jdk8 or jdk1 Compile with .7.
Comments
Post a Comment