Package Details: java-language-server 0.2.39-1

Git Clone URL: https://aur.archlinux.org/java-language-server.git (read-only, click to copy)
Package Base: java-language-server
Description: Java language server using the Java compiler API
Upstream URL: https://github.com/georgewfraser/java-language-server
Keywords: java jvm language server
Licenses: MIT
Provides: java-language-server
Submitter: GrimKriegor
Maintainer: GrimKriegor
Last Packager: GrimKriegor
Votes: 3
Popularity: 0.000008
First Submitted: 2019-06-06 15:57 (UTC)
Last Updated: 2022-11-25 18:59 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

LB-Planner commented on 2023-02-23 20:04 (UTC)

regarding the method of picking JDK: please sort the paths. If you don't, they just come along however linux likes. Maybe your fs is ordered alphabetically, but btrfs isn't.

ouuan commented on 2021-06-19 09:35 (UTC)

The java version should be 16 now.

GrimKriegor commented on 2021-04-28 18:47 (UTC)

@Techcable, excellent point.

It appears we are actually at v0.2.38, but the latest available tag is v0.2.32.

The developer has been notified, regarding the missing tags.

Will update as soon as a new tag is available.

Thank you for your patience.

Techcable commented on 2021-03-18 22:24 (UTC)

I'm confused about the versioning of this package. The vscode package says it's been updated to 0.2.37 yet we're still on 0.2.32? Github's latest tag is 0.2.32 but package.json says it's 0.2.33. Odd.....

anwait commented on 2021-01-20 20:34 (UTC)

I could fix the dependency problem by changing the java-runtime dependency while reinstalling to >=14 but it should be changed in this package if you don't want to enforce everyone changing it themselves.

LnLcFlx commented on 2021-01-11 14:52 (UTC)

I get a dependency error while updating jre-openjdk as it installs Java 15. Is it possible to change the dependencies tojava-runtime=15 and java-runtime=15?

cwrau commented on 2019-12-18 11:14 (UTC)

The installation doesn't work if the default java is not java-13

GrimKriegor commented on 2019-12-17 14:02 (UTC)

@cobaltspace thank you for the tips. They were taken into consideration in the latest revision.

cobaltspace commented on 2019-12-14 01:39 (UTC)

Your dependencies should be more specific:

depends=('java-runtime=13')
makedepends=('maven', 'java-environment=13')

Also, for the purposes of building, JAVA_HOME needs to be set otherwise scripts/link_linux.sh will fail.

GrimKriegor commented on 2019-12-06 21:43 (UTC)

@cobaltspace thanks for the flagging and the tip. Version has been bumped and we are now using the release archive instead.