Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
3.3.3
-
None
-
Manjaro Arch Linux and openJDK17.
Description
19/04/2024 09:33
Hello all,
I have installed MariaDB-JDBC-Java Driver V 3.3.3 from maven repo. When I issue `mvn clean javafx:jlink` the resulting Linux app does not start with an error, not finding the Driver:
```
java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver
```
The command `mvn clean javafx:run` works just fine in Linux and Windows everything is running fine.
Please fix the issue for Linux!
Best regards
Gerrit Leder