Ryan
Ryan

Reputation: 1242

Required filename-based automodules detected - Javafx

I just built a JavaFX application and now I'm struggling to package it.

I'm getting the following error: Required filename-based automodules detected. Please don't publish this project to a public artifact repository!

Specifically, these libs:

* Required filename-based automodules detected: [kafka-avro-serializer-5.3.1.jar, kafka-clients-5.3.1-ccs.jar, generex-1.0.2.jar]. Please don't publish this project to a public artifact repository! *

I've tried to just generate a jar with dependencies, but I have issues missing JavaFX runtime libs and it has become extremely cumbersome. In the above example, I'm attempted with javafx:jlink`

What are you my options to successfully run this as a standalone application I can freely distribute? I'm on Mac.

Upvotes: 0

Views: 894

Answers (0)

Related Questions