IntelliJ can't recognize JavaFX 11 with OpenJDK 11
问题 I\'m having trouble getting IntellJ to recognize JavaFX packages. With a new JavaFX project, with OpenJDK 11, when trying to build the project, IntelliJ can\'t recognize the JavaFX packages. I\'ve imported openjfx:javafx-base-11 from the Maven repo. I\'ve looked at other questions and the solutions seem to range from checking that the bytecode is at the right level (mine is), and that the project language is correct (mine is). Anyone have any ideas? Edit: Error: 回答1: As mentioned in the