Reputation: 1
I'm currently trying to deploy a JavaFX Application with jlink. I have added the Maven Dependency for the jdbc Driver to establish a Connection to our Oracle Database . When I'm starting the Code from IntelliJ it is working fine. After the image is created the Application cannot find any suitable driver for the Database Connection.
Can anyone tell my how i include the jdbc dependeny in jlink ?
Upvotes: 0
Views: 149