Romain Cognasse
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited JavaFX application with module-info.java module not found
AnsweredHello, I'm trying to create an application with javaFX and Maven and everything worked well till I added the module-info.java. Here's my module-info.java : module IP_tracker { requires javafx.c...