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

0
2 comments

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.

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\ActionProgressPan
el.form

*Error:Error:C:\views\BoazMainJDK7_p\Q\wf\core\gui\dialogs\iforms\Acti
onProgressPanel.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
---
Original message URL:
http://www.jetbrains.net/devnet/message/5255479#5255479

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

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

0

Please sign in to leave a comment.