You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, if you want to use "jpackage" you need to modify the build script(Sorry, I can't help but participate in the script modification, I haven't quite figured out how this build works).
Based on our internal usage experience, users are more inclined to deploy Jifa on servers, and they rarely have the need to deploy their own instances locally.
This is not necessarily, as a personal analysis tool everyone installed is also very common. After all, there are many choices, nothing more than a variety of packaging methods.
Currently "jifa" only supports Docker or shell scripts to run, which is not very convenient.
Starting from Java 14, it is supported to package a jar package (jpacket) into a runnable application. Please refer to: https://docs.oracle.com/en/java/javase/17/jpackage/packaging-overview.html#GUID-C1027043-587D-418D-8188-EF8F44A4C06A
I have tried successfully packaging under macOS with the following command:
At the same time, this configuration needs to be enabled:
The final effect, as shown in the figure:
The text was updated successfully, but these errors were encountered: