I have completed a project using Intellij with Maven dependencies, running on openjdk-18.0.2.1 with external CalendarFx excutable jar. I wanted to make it into a clickable application for my M1 Mac but I have been stuck on deployment for 30 hours. I have searched videos such as jlink to package app, artifact javafx build with jar modules config, [putting dlib of openjdk directly into artifact] (https://www.youtube.com/watch?v=F8ahBtXkQzU&t=149s&ab_channel=Randomcode) and stackOverflow but none of them seem to have worked. Can I get some help with deployement?
It would be great if you could provide me with a solution that you have used my application to successfully convert into app and running. I'm afraid that otherwise might not be clear or is prone to errors during my tries like the many other videos and stackoverflow I checked. Thank you very much!
The project is located in https://github.com/Shonn-Li/Clinic, to set up you need set SDK as openjdk 17+, you may also need CalendarFx downloaded from [calendarFXview] (https://search.maven.org/search?q=g:com.calendarfx%20AND%20a:view) as a jar and put it in dependencies.