lsp-java
lsp-java copied to clipboard
can't find package in MELPA
Describe the bug
I followed the instructions in README: M-x package-install [RET] lsp-java [RET]
, but it returns no matches.
Note Before logging the bug please make sure that the issue is reproducible with latest melpa packages and it is reproducible with the clean config(the config from the getting started page.
To Reproduce
M-x package-install [RET] lsp-java [RET]
Expected behavior install this package
Screenshots
Logs
Please include the debug stack trace (if there is an error) and the content of Messages buffer with lsp-print-io
set to t in case the bug is related to client->server communication.
Maybe it's case by your package-archives setting. use mine setting and have a try.
(setq package-archives '(( "gnu" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/" )
( "org-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/org/" )
( "melpa" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/" )))