Reputation: 135
I have a modular project with 4 modules. One of which is a JavaFX application. The modules have a few dependency on maven libraries that are not modularised, like jasypt. When I try to make custom JRE for my project using JLink I get this error:
Error: automatic module cannot be used with jlink: jasypt
How to create custom jar for projects with dependency on non modular project?
Upvotes: 1
Views: 481