autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

No `rt.jar` under Linux JDK 9?

Open AlynxZhou opened this issue 7 years ago • 2 comments

I am using Arch Linux with java 9.0.1, autocomplete-java always says no rt.jar found, I see my PATH is correct and I find no rt.jar under /usr/lib/jvm/default/, how to fix it?

Plus, when I am writing JAVA code, this plugin seem never works, I mean, doesn't like other language plugin show tips every time you type a word, this plugin never show tips, could every one help me to configure it?

AlynxZhou avatar Nov 24 '17 03:11 AlynxZhou

It seems that rt.jar has been removed from JDK 9 release. Thus, autocomplete-java does not support JDK 9 yet.

Have you tried the new Atom IDE and the ide-java extension? Last time I tried it, the ide-java plugin didn't work at all, but perhaps they have already fixed it. If they manage to get it to work well, I'll deprecate the autocomplete-java package and suggest people to start using the ide-java instead.

NOTE: On Atom IDE page it says that ide-java requires java 8 runtime. Perhaps the ide-java package doesn't support java 9 yet either.

keskiju avatar Nov 24 '17 16:11 keskiju

I have tried ide-java, seems not work too, but I don't want to use them, because it conflict with linter, I do not want my atom become only an ide.

AlynxZhou avatar Nov 24 '17 23:11 AlynxZhou