Problem: Scala compile error like "Unsupported class file major version 55"
Generally this seems to be caused by not having the required version of Java sdk installed.
I think version 55 = Java 8
and version 56 = Java 11
tip: on Ubuntu you can switch between Java versions with:
sudo update-alternatives --config java
Generally this seems to be caused by not having the required version of Java sdk installed.
I think version 55 = Java 8
and version 56 = Java 11
tip: on Ubuntu you can switch between Java versions with:
sudo update-alternatives --config java
Comments
Post a Comment