mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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