简体   繁体   中英

java: module not found: validatorfx IntellijIDEA

it's my First Time working on JavaFX project with IntelliJ IDEA, so I'm facing this problem when Running Project

it Shows Error Message (java: module not found: validatorfx)

Note: My Java Version [java version "19.0.1" 2022-10-18]

enter image description here

i already searched for Solution and can't Fixed the problem..

Please note iam just beginner:) !

Did you add the "dependency" tag of validatorfx to your "pom.xml"?

<dependency>
 <groupId>net.synedra</groupId>
 <artifactId>validatorfx</artifactId>
 <version>0.4.0</version>
</dependency>

I got the dependency from here: https://github.com/effad/ValidatorFX

After that you have to reload your dependencies with the reload button that appears at the right top corner in your "pom.xml".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM