5 comments

[ 0.22 ms ] story [ 28.8 ms ] thread
Locally:

  exabrial@galactus:~$ jshell
  |  Welcome to JShell -- Version 17.0.6
  |  For an introduction type: /help intro

  jshell> System.out.println("HelloWorld!");
  HelloWorld!
  
  jshell> /exit
  |  Goodbye
how do you bootstrap all the downloads from your ant/mvn/gradle to run anything besides hello world?