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

can't find package in MELPA

Open VincentTam opened this issue 1 year ago • 1 comments

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

230515-lsp-java

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.

VincentTam avatar May 15 '23 00:05 VincentTam

CleanShot 2023-05-18 at 20 06 30 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/" )))

sincebyte avatar May 18 '23 12:05 sincebyte