You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your Response I am still facing this error,
if i run mvn javafx:jlink i got
Error: automatic module cannot be used with jlink: com.github.oshi from file:///C:/Users/srilakshmikanthanp/.m2/repository/com/github/oshi/oshi-core/5.8.6/oshi-core-5.8.6.jar
[ERROR] Command execution failed.
if i run mvn clean javafx:jlink i got
Error: automatic module cannot be used with jlink: org.slf4j from file:///C:/Users/srilakshmikanthanp/.m2/repository/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
There are ways to use jlink with automatic modules, but it's not supported by default, see for example this thread https://stackoverflow.com/a/63627730
Hai, Thanks For Your work on this lib, I am using it to detect system theme but i am facing the issue with the dependencies
I can't use it with the
javafx:jlink
due to this. Could you update the dependencies to latest versionThe text was updated successfully, but these errors were encountered: