java: module not found: eu.hansolo.medusa
Davide Perini
perini.davide at dpsoftware.org
Sun Aug 15 22:43:57 UTC 2021
Hi all,
I'm trying to use the medusa gauges.
I have added those lines to my pom.xml
<dependency> <groupId>eu.hansolo</groupId> <artifactId>Medusa</artifactId> <version>16.0.0</version> </dependency>
and this to my module-info.java
requires eu.hansolo.medusa;
I can compile use mvn clean install but I cannot run my main file from
intellij.
I get this error:
java: module not found: eu.hansolo.medusa
Any idea?
Thanks
Davide
More information about the openjfx-dev
mailing list