Files
openide/java/execution
Nikolay Chashnikov d238eb550e [java] show comprehensive error message on attempt to run a Java process with JDK 6 (IDEA-297573)
Since intellij.java.rt migrated to Java 7 it isn't possible to use it for running Java processes under JDK 6. If users try to do that, they get UnsupportedClassVersionError about AppMainV2 class, which looks rather obscure. Now we have a special error message for such cases, which describes what happens and how to fix the problem.

GitOrigin-RevId: 9c9f445ad18c0e2b3a4b46c9f9ceb586c2f5b6a5
2022-11-10 15:10:33 +00:00
..