Christian Foucher
Christian Foucher
I have the same error with OpenJDK17, so I share my full console output with the X option : ```bash JAVA_HOME=/usr/lib/jvm/java-17-openjdk-17.0.1.0.12-2.el8_5.x86_64/ mvn clean javafx:jlink -X > maven_jlink_error.txt 2>&1 ``` ```xml...
I have added missing dependencies to my `pom.xml` file, but it still fails with the same error (**Module java.base not found**). ```xml UTF-8 17 17 17 17.0.1 org.openjfx javafx-controls ${javafx.version}...
I solve my problem by installing jmods on my Centos : ```bash sudo yum install java-17-openjdk-devel java-17-openjdk-jmods ```
I produce also this problem ! Plantuml Diagram Preview and Export fails everytime. Version: 1.76.2 (user setup) Commit: ee2b180d582a7f601fa6ecfdad8d9fd269ab1884 Date: 2023-03-14T17:55:54.936Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS:...
I have fixed my problem by correcting my user settings in VSCode, it was corrupted (invalid JSON because of a missing coma). I configure the plantuml JSON, and everything is...