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

Popular posts from this blog

GO: Serve static pages -

Folder list php -

java - how to parse a JSON string into ObjectNode in Jackson? -