python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error: Module java.base not found, required by while trying jlink on Fedora
When trying to use jlink on Fedora from this plugin https://github.com/openjfx/javafx-maven-plugin
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
&...
Alcamech
Votes: 0
Answers: 1
java.lang.UnsatisfiedLinkError: URI scheme is not "file" with javafx:jlink
Hello i am using jnativehook library with javafx running with mvn javafx:run works fine but with mvn javafx:jlink fails to start with a launcher, here is javafx plugin xml,
<plugin>
<group...

srilakshmikanthanp
Votes: 0
Answers: 1
Find the missing module
My question: when building a minimal JRE, how can one make sure that no required module is missing?
To illustrate the question, here is an example where I want to build a minimal JRE for my project. ...

assylias
Votes: 0
Answers: 1