nice-florist-55958
09/07/2024, 6:41 PM[jvm].tool_jdk
support using “system”? That seems to be missing from the docs when compared to [jvm].jdk
. Getting “failed to locate Java for JDK system” even though cs java —jvm system -version
works as expected.
We don’t really have an index of downloadable JDKs per se (at least not anything that resembles Coursier’s index of tgz files). Is it possible to use a path to an installation/Java executable instead when creating custom index.json?broad-processor-92400
09/11/2024, 9:19 PMhappy-kitchen-89482
09/15/2024, 5:01 PMsystem
(even though I don’t really know what it does, I’m just grokking a bit from your question…) 🙂nice-florist-55958
10/03/2024, 1:59 PMindex.json
for our platforms by following the format in https://github.com/coursier/jvm-index/blob/master/index.json. But it does not recognize tgz+file://<path>.tgz
like it does for tgz+https://<path>.tgz
. Anyone know how to use a file?