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: 5
Popularity: 0.004872
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

« First ‹ Previous 1 2

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.

cobaltspace commented on 2019-09-24 18:44 (UTC)

Because this is the "stable" version, it probably makes more sense to just download the source code archive.

source=("${pkgname}::https://github.com/georgewfraser/$pkgname/archive/v$pkgver.tar.gz"

Also, I don't think you need to provide the launcher script anymore and can just use the one that is provided upstream.