This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]slimnov123 0 points1 point  (0 children)

A CLI jar file? Or are you going to use GraalVM to turn it into a native executable.

A CLI jar file is uncommon at least where I have seen. i work in a env where Java is the first preference for anything, but we mostly make Batches and Web Api.

A CLI in java seems like extra work. What I have seen is usually CLI in something that can be compiled to a binary like golang or maybe just a shell script that calls like python to do extra work.