propensive / fury

A build tool for Scala
28 stars 0 forks source link

Improve Java installation #49

Closed propensive closed 6 months ago

propensive commented 7 months ago

Fury needs Java to run. We should try several things to get it:

  1. Check if it's on the PATH
  2. Check if the operating system provides a means of getting it.
  3. If it is bundled as a payload in the Fury distribution, extract it.
  4. If not, download an appropriate version from Adoptium.