I have a separate java application that will be used on the macintosh system, and I do not want to deliver the application as a jar file, given that its source code can be compiled. So, I intend to convert the jar file into some kind of executable file that can be run on MacOS. Is there any way to achieve this? I know that Launch4J generates executables from a jar file. I need a tool that allows me to do this on MacOS. Thnaks.
source share