Search Criteria
Package Details: java-language-server 0.2.32-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: | |
Provides: | |
Submitter: | GrimKriegor |
Maintainer: | GrimKriegor |
Last Packager: | GrimKriegor |
Votes: | 1 |
Popularity: | 0.000007 |
First Submitted: | 2019-06-06 15:57 |
Last Updated: | 2020-06-10 17:49 |
Dependencies (3)
- java-runtime=14 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- maven (mvnvm) (make)
- java-environment=14 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jdk11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (make)
Latest Comments
anwait commented on 2021-01-20 20:34
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
I get a dependency error while updating
jre-openjdk
as it installs Java 15. Is it possible to change the dependencies tojava-runtime=15
andjava-runtime=15
?cwrau commented on 2019-12-18 11:14
The installation doesn't work if the default java is not java-13
GrimKriegor commented on 2019-12-17 14:02
@cobaltspace thank you for the tips. They were taken into consideration in the latest revision.
cobaltspace commented on 2019-12-14 01:39
Your dependencies should be more specific:
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
@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
Because this is the "stable" version, it probably makes more sense to just download the source code archive.
Also, I don't think you need to provide the launcher script anymore and can just use the one that is provided upstream.