Why can't InteliJ create a runnable JavaFX app using their wizard?
Its just frustration, creating a new JavaFX application through InteliJ does not run or build out of the box, there are things that need to manually configured which are confusing to new folks and what I can't understand if I was developing this product why would i not auto configure the JDK or prompt for download change the Java language compliance level required for JavaFX and do all this stuff that a wizard should do. Its so frustrating creating new template projects that can't run what is the purpose then? How do I know what JDK to use for JavaFX what language level, can this IDE handle this for me?
/Users/hattrick/IdeaProjects/demo/src/main/java/module-info.java
java: modules are not supported in -source 8
(use -source 9 or higher to enable modules)
Please sign in to leave a comment.
Hello Duncan,
What IDE version do you use?
When incompatible JDK version is set for project during creation then error message should be shown: