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

Folder list php -

objective c - How to open front/back camera at the same time in iOS developing? -

GO: Serve static pages -