如果无法通过coursier脚本获取独立jar,建议手动下载jar,并使用以下内容启动程序。
java -cp coursier-cli_2.11-1.0.1-standalone.jar coursier.cli.Coursier launch
然而,启动器脚本似乎也设置了系统属性coursier.mainJar,而上面的直接调用没有。有人知道那是什么吗?
发布于 2018-03-07 06:29:47
我必须做一些更改,让程序接受代理用户名和密码才能运行,https://github.com/shengc/jupyter-scala
https://stackoverflow.com/questions/48671622
复制相似问题