1

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.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
CarlosJavier
  • 1,005
  • 1
  • 16
  • 29

1 Answers1

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