when to use java it prompts jenv: version `1.8' is not installed, the details are as follows:
% java -version
jenv: version `1.8' is not installed
jenv: version `1.8' is not installed
% jenv exec bash
jenv: version `1.8' is not installed
jenv: version `1.8' is not installed
% jenv version
jenv: version `1.8' is not installed
(set by /Users/[YourName]/OnJava8-Examples/.java-version)
when to use Atom, it promts:
autocomplete-java: java rt.jar not found
IDE-Java language server stopped unexpectedly.
Error: A fatal exception has occurred. Program will exit. Unrecognized option: --add-modules=ALL-SYSTEM Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. [1]
The solution is
A. reset your installed global java verion
% jenv global 1.8.0.192
B. edit your .java-version file to 1.8.0.192 in your home directory.
[1] error does not affect Atom usage.
references:
2. https://blog.youkuaiyun.com/wangbingfengf98/article/details/85108338
3. https://github.com/jenv/jenv/issues/44

博客指出使用Java时提示版本未安装,使用Atom时提示找不到java rt.jar、Java语言服务器意外停止。给出的解决办法是重置全局Java版本,编辑主目录下的.java - version文件为1.8.0.192,还提到该错误不影响Atom使用,并给出相关参考链接。
2616

被折叠的 条评论
为什么被折叠?



