sbt 0.13.0 JLine incompatibility detected

我只是一个虾纸丫 提交于 2019-12-04 22:46:35

If you start the JVM with verbose class loading enabled (-verbose:class), that might help troubleshoot where the offending JLine classes are coming from. Perhaps you have a JLine jar in one of your JVM extension directories, probably ~/Library/Java/Extensions or /System/Library/Java/Extensions.

I had same problem. My project is using SBT 0.13

Turned out I need to upgrade SBT Launcher to 0.13 version as well.

This error can also happen if you use an SBT launcher from 0.12 in an SBT 0.13 project, as suggested in the error message.

Try updating SBT version to 0.13. Just download the sbt tar file and change the path in your .bash_profile file. Try again running sbt command in the project directory. That should fix the issue.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!