Nowadays programming in a programming language I don’t use daily seems to always require an upgrade cascade of editors, tools, plugins, dependencies, libraries, my DNA, ??? I put some effort into keeping my environment static but all it takes is one autoupgrading thing I missed to kick off one of these cascades, and it feels like whack-a-mole trying to find and lock down every possible cause. This time it looks like a newer version of scala
metals
might have stopped supporting Java 11 and somehow got updated without my knowledge (maybe? I’m guessing).
P.S. This is not an invitation to post critiques about any of these technologies or recommendations about what I should be doing instead.
#scala #dev #tech #SoftwareDevelopment #coding #programming
@abucci As a beginner I m sharing this concern which I tried to solve by unterstand bit more all the dependency involved and where there are configure (in intellij/scala this mean the jvm, the sdk). In fact I still don’t know where exactly intellij take his jvm so I used sdkmanrc file instead and configure intellij to use it.
. for the sdk I just know where to put it on intellij. please this is not a recommendation what you should do, just a answer to your -public -post. happy to share what with you
@doverphlec@piaille.fr Thank you. It sounds like a reasonable way to go. In my case I’m using Sublime Text, and it picks up which JVM to use from the user environment.