Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide native CLI apps #241

Open
beatngu13 opened this issue Mar 21, 2020 · 0 comments
Open

Provide native CLI apps #241

beatngu13 opened this issue Mar 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@beatngu13
Copy link
Contributor

Problem

We should provide native CLI apps (similar to what we wish to do for review) for the following reasons:

  • No need to rely on installed JVM on the user's machine.
  • Freely choose Java version for development.
  • Faster startup time.
  • Lower runtime memory overhead.

Solution

Picocli provides great support to create GraalVM native images:

GraalVM Native Image allows you to ahead-of-time compile Java code to a standalone executable, called a native image. The resulting executable includes the application, the libraries, and the JDK and does not require a separate Java VM to be installed. The generated native image has faster startup time and lower runtime memory overhead compared to a Java VM.

For more information see: https://picocli.info/#_graalvm_native_image

@beatngu13 beatngu13 added the enhancement New feature or request label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant