James Turton
James Turton
I do get flags in the gutter for Java e.g. 
> Last time I tried the Java language server was a bit painful to set up. Do they still not ship a wrapper script? The Archlinux package adds one for...
@krobelus Looks like I whacked my installation of VSCodium at some point so I'll need to get it again. For now, this tiny Java project is an example of one...
@krobelus it looks to me like jdt.ls wants to extract something, probably a bundled native lib, from a jar file under `/usr/share/java/jdtls/config_linux/` in order to start up, but the user...
I run it as non-root. If I just launch the lang server (using a wrapper script) I see this. ```sh ➜ ~ jdt-ls.sh Content-Length: 123 {"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"12 Nov 2021, 08:58:12 Main...
Completely agree! It may only be on the first launch after a new installation, a sort of "complete the installation by unpacking native libs from jars" kind of step. But...
I'll just add this on. I experimented with removing my user's write permission to the jdt.ls install dir and, while I think this is a later and milder error than...
Thanks for investigating @krobelus. I'll patch jdt.ls for now and maybe keep an eye out for a different Java lang server since jdt.ls seems to be more invested in not...
Lol. Unfortunately that patch shared on the jdt.ls issue comment is not enough to do the trick and we stay at ``` kak-lsp: java language server error: 'Java language server...
> Are you concerned about leaking if release/close isn't called? I'm pretty sure that would result in leaks. I suppose that might be solvable if we added a finalize() method...