Replies: 2 comments 1 reply
-
Hello! For that particular package you'll need bash.exe to be installed, because the upstream package unfortunately only provides a bash script for Windows to build the package. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I decided to just go with jdtls instead of java_language_server. I was actually able to install jdtls through mason with no issues and I just followed the nvim-jdtls docs to get it set up. Thanks for the help though @williamboman |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to install java-language-server as every time I try I'm met with the error: "[8/8] spawn: pwsh failed with exit code 1 and signal 0. ", even though :checkhealth Mason shows that pwsh should be ok. I am on Windows 10 and I'm willing to accept that Windows just breaks things if that's the problem. Any help would be appreciated as I have no idea why this could be happening.
Here is the output of :checkhealth Mason:
Mason: require("Mason.health").check()
mason.nvim ~
mason.providers.registry-api
mason.providers.client
mason.nvim [Registries] ~
github.com/mason-org/mason-registry version: 2023-08-09-close-trial
is installed.mason.nvim [Core utils] ~
curl 8.0.1 (Windows) libcurl/8.0.1 Schannel WinIDN
bsdtar 3.5.2 - libarchive 3.5.2 zlib/1.2.5.f-ipp
7.2.13 Microsoft Windows 10.0.19045 Win32NT
mason.nvim [Languages] ~
WARNING Go: not available
WARNING cargo: not available
WARNING luarocks: not available
WARNING Ruby: not available
WARNING RubyGem: not available
WARNING Composer: not available
WARNING PHP: not available
WARNING julia: not available
WARNING python: not available
WARNING pip: not available
WARNING python venv: not available
On Debian/Ubuntu systems, you need to install the python3-venv package using the following command:
apt-get install python3-venv
OK node: `v18.17.0
OK java: `java version "19.0.1" 2022-10-18
OK javac: `javac 19.0.1
OK npm:
9.6.7
mason.nvim [GitHub] ~
Beta Was this translation helpful? Give feedback.
All reactions