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

lsp-java, dap-mode is not working:

Open zeta-00 opened this issue 5 years ago • 2 comments

hello there,

i installed all the needed emacs pkgs, then copied and pasted the elisp code from the quick start section of lsp-java https://github.com/emacs-lsp/lsp-java#quick-start , but for some reason dap-mode is not working and its throwing this error? Error (use-package): dap-mode/:config: Symbol’s function definition is void: dap-auto-configure-mode, i'm using emacs 26.3.

thanks in advance for helping me fix this issue.

zeta-00 avatar Aug 28 '20 02:08 zeta-00

dap-auto-configure-mode is present in the latest sources, most likely you have old version of dap-mode. Can you try deleting every package related to lsp-mode/dap-mode, then restart emacs and install them again?

yyoncho avatar Aug 28 '20 04:08 yyoncho

I'm not sure how effective it is but to actually resolve this types of issues that are kinda common across the overall spectrum of LSP or whatever package that is similar to it try:

M-x package-refresh M-x package install <the thing you are missing "ERROR"> prob not fully related to this issue yet it dose have place here. i see this type of tickets never truly get ever resolved and always tend to close up after 90 (days) by really bad people.

LunarLambdaGit avatar Aug 12 '23 13:08 LunarLambdaGit