I am having a common issue the known UnsupportedClassVersionError, i am running the JDBC Tutorial of http://docs.oracle.com/javase/tutorial/jdbc/basics/gettingstarted.html , using Ant Apache, which is already configurated. I am aware of the nature of the error, but i just dont know how to solve it.
Asked
Active
Viewed 114 times
1 Answers
0
I already fix the problem, first i update my Java Version, then i use the line comand: ANT CLEAN which erase the .class files from the corresponding directory, and finally i recompile my java files with ANT JAR and VOILA!!

CarlosJavier
- 1,005
- 1
- 16
- 29