openjfx / openjfx-docs

Getting started guide for JavaFX 11
BSD 3-Clause "New" or "Revised" License
96 stars 25 forks source link

Non-modular From IDE(Intellij) Create a library #177

Open ioncretu80 opened 3 years ago

ioncretu80 commented 3 years ago
  1. Create a library Go to File -> Project Structure -> Libraries and add the JavaFX 15 SDK as a library to the project. Point to the lib folder of the JavaFX SDK.Create Library

Error: Error occurred during initialization of boot layer java.lang.module.FindException: Module format not recognized: C:\opt\javafx-sdk-11.0.2\lib\src.zip

When I select from the list without src.zip = it works

kevinrushforth commented 3 years ago

This is a recurring problem. I filed https://bugs.openjdk.java.net/browse/JDK-8258499 to address it in a future version of JavaFX.