Compile with Scala Version 2.12.x
- The compiler crashes if you have Scala 2.12.x installed and try to run the compiler.
- Solution:
- Explicitly use 2.11. Library to run the compiler
java -Xmx2g -cp "<PATH-TO-LIBRARY>/scala-library-2.11.8.jar;cg_2.11-0.0.1.jar" de.thm.mni.cg.Main
- Solution:
- Crosscompile with Scala 2.11.x and 2.12
- Solution:
- Upgrade Scala Version 2.12.x and migrate project
Edited by Jan Sladek