JDK 7 and GUI compilation
I'm trying to compile my project with JDK 7.
I got this error:
Information:1 error
Information:81 warnings
C:\views\BoazMainJDK7_p\Q\wf\core\gui\dialogs\iforms\ActionProgressPanel.form
Error:Error:C:\views\BoazMainJDK7_p\Q\wf\core\gui\dialogs\iforms\ActionProgressPanel.form: Unsupported class version error: wf.core.gui.panels.StatusMessagePanel
We comile GUI by binary injection.
Is this is related to JDK 7 ?
Is IntelliJ 9 is supposed to support JDK 7 ?
Thanks
Boaz
Please sign in to leave a comment.
Hello Boaz,
If you're using custom components in UI Designer forms, you need to run IntelliJ
IDEA under the same JDK version as the one with which you're compiling the
UI components.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
If any one want to try, then don't forget to add:
set REQUIRED_IDEA_JVM_ARGS=-Didea.no.jdk.check=true
to idea.bat
Boaz