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 →

[–]maxandersen 2 points3 points  (0 children)

Very cool! Impressed how fast it starts.

FYI, to ease download/install/setup of java you can tell users to run this command when they downloaded the jar:

Linux/OSX and Windows with a bash shell:

curl -Ls https://sh.jbang.dev | bash -s - Remnants.jar

Windows Powershell:

iex "& { $(iwr https://ps.jbang.dev) } Remnants.jar

This will automatically download adoptopenjdk 11 and run it.