Closed darkstar007 closed 5 years ago
Hi Matt,
Which version of java / javac is installated ?
If it is >= JDK9, / java 9, you need to go to java8 / JDK8
Hi,
OK, looks like I have 8, 9, 10 & 11 installed, and 11 used by default.
If I re-run but do
sbt -java-home /usr/lib/jvm/java-8-openjdk-amd64 run
Then it runs fine. Can I suggest an explicit note in the documentation and a runtime check would be cool?
Thanks,
Matt
Thanks for the feedback, added the note in the readme. Also you can set java8 as default with
sudo update-alternatives --config java
sudo update-alternatives --config javac
Hi,
I'm on debian unstable, if I install scala and have sbt installed from the suggested repository, I get the follow issue:
I'm not sure where to start on how to identify what's gone wrong.
Thanks,
Matt