7269 UnsupportedClassVersionError
I get an unsupported class version error when I try to start up IDEA... Anyone have any ideas why?
Attachment(s):
7269StartupError.png
Please sign in to leave a comment.
I get an unsupported class version error when I try to start up IDEA... Anyone have any ideas why?
Please sign in to leave a comment.
Basically you always get this error in java when an older JRE tries to load classes that were compiler with a newer one.
So either JetBrains mistakenly compiled something with JDK 1.6 or you accidentally use an older JDK version than for older EAP builds.
Anyway try using JDK 1.6.
Omair-Inam Abdul-Matin wrote:
Oh, I just remembered that the final 7.0 *.exe (windows only) was announced to be compiled with 1.6
(to take advantage of some performance enhancements).
Maybe they just did this (I would not notice as I am running with 1.6 anyway).
Omair-Inam Abdul-Matin wrote:
Stephen Friedrich wrote:
Yes, they did, but no, it's not a mistake. See
http://www.jetbrains.net/confluence/display/IDEADEV/EAP7269Release+Notes
Sascha