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

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -