qwerty
qwerty

Reputation: 830

IntelliJ IDEA not recognizing JavaFX library

I am attempting to create a JavaFX project using IntelliJ IDEA. The instructions for doing so appear here: Create a new JavaFX project. This issue is, I am encountering a popup that does not appear in the official instructions, and it is preventing me from using the library.

This is the step I am having trouble with:

enter image description here

However, when I select the lib folder, I see this popup before I am allowed to proceed and pick a module:

enter image description here

No matter which option I pick, the classes from that library are still not recognized in the program. What do I do?

Edit: The lib folder is not empty, so that can't be the cause of the issue.

Upvotes: 0

Views: 433

Answers (1)

Pasindu Lakshan
Pasindu Lakshan

Reputation: 100

When you go to the lib folder select all .jar files and src.zip file then press ok. You have to manually add all files in the lib folder.

Upvotes: 1

Related Questions