java 9 - How to start a new JavaFX project with JDK 9 in IntelliJ -


i trying start new jdk 9 project in intellij, when attempt run following error during make process:

error:java: invalid flag: -release

i know haven't set correctly can't seem find relating setting project jigsaw in intellij.

edit here screen shot of issue. haven't been able find related anywhere.

i have no compiler errors in ide. fails on build/run command. clean install of intellij, new project started jdk 9.

enter image description here

i able set jdk level experimental , worked.

enter image description here

hopefully others run issue.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -