Search Criteria
Package Details: jdtls 1.30.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jdtls.git (read-only, click to copy) |
---|---|
Package Base: | jdtls |
Description: | Eclipse Java language server |
Upstream URL: | https://github.com/eclipse/eclipse.jdt.ls |
Licenses: | EPL |
Submitter: | languitar |
Maintainer: | languitar |
Last Packager: | languitar |
Votes: | 29 |
Popularity: | 1.68 |
First Submitted: | 2017-11-15 12:49 (UTC) |
Last Updated: | 2023-11-30 23:38 (UTC) |
Dependencies (2)
- java-runtime (java-gcj-compatAUR, jre10AUR, jre6AUR, jre12AUR, server-jreAUR, jdk9-openj9-binAUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, zulu-14-binAUR, amazon-corretto-15AUR, sapmachine-jdk-binAUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk16-microsoft-openjdkAUR, jdk11-msopenjdk-binAUR, jdk8-armAUR, jre17-jetbrainsAUR, liberica-jre-11-binAUR, jre11-jetbrains-imfixAUR, java-openjdk-loom-ea-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-j9-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre13-openjdkAUR, jre14-openjdkAUR, amazon-corretto-18AUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, bishengjdk-17AUR, bishengjre-17AUR, jdk-armAUR, jdk11-openj9-binAUR, jdk-openj9-binAUR, jre-jbr-xdgAUR, jre18-openjdkAUR, jdk-android-studioAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, zulu-embedded-jdkAUR, jre15-openjdkAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre19-openjdkAUR, jdk11-microsoft-openjdkAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, zulu-jre-fx-binAUR, jre17-jetbrains-imfixAUR, jdk11-openjdk-dcevmAUR, jre12-openjdkAUR, jdk8-dragonwell-extendedAUR, jdk-jetbrainsAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, jdk8-aarch64AUR, jre17AUR, jre8-adoptopenjdkAUR, amazon-corretto-20-binAUR, zulu-15-binAUR, jdk21-jetbrains-binAUR, jre21-jetbrains-imfixAUR, jdk17-openj9-binAUR, jdk20-openj9-binAUR, jre-openjdk-xdgAUR, jdk-microsoft-openjdkAUR, jdk17-microsoft-openjdkAUR, zulu-13-binAUR, java-openjdk-binAUR, zulu-jdk-fx-binAUR, amazon-corretto-11AUR, amazon-corretto-8AUR, zulu-11-binAUR, zulu-21-binAUR, amazon-corretto-21-binAUR, amazon-corretto-17AUR, zulu-8-binAUR, zulu-17-binAUR, liberica-jdk-8-full-binAUR, liberica-jdk-full-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-temurinAUR, jreAUR, jre-ltsAUR, jdk17-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, liberica-jdk-11-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, jdk21-graalvm-binAUR, jre-jetbrainsAUR, mandrel-binAUR, jre11AUR, jre8AUR, jdk8AUR, jdk17-zulu-prime-binAUR, jdk8-openj9-binAUR, jdk17-jetbrains-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
- python (python32AUR, python37AUR, python310AUR) (optional) – for the official launcher script
Required by (3)
- neovim-jdtls-git
- vim-tabnine-git (optional)
- vim-youcompleteme-git (optional)
Latest Comments
1 2 3 4 Next › Last »
simon1573 commented on 2023-01-19 09:12 (UTC) (edited on 2023-01-19 09:17 (UTC) by simon1573)
New version is named jdt-language-server-1.9.0-202203031534.tar.gz and its sha 256 hash is b8af1925cb3b817fd1061e00a45ffbc6aca76819d8b2f5939626009ebf432fc7.
languitar commented on 2022-12-08 20:16 (UTC)
@LordMZTE good idea, I've changed that.
LordMZTE commented on 2022-12-04 21:25 (UTC)
I think the
python
dependency should be made optional, as it's only needed for the wrapper script (to my knowledge).languitar commented on 2022-08-23 19:01 (UTC)
Thanks, I have included a version range.
fenuks commented on 2022-08-23 12:50 (UTC)
Package should require JDK 17, since it fails with error.
languitar commented on 2022-01-28 08:29 (UTC)
@mynacol thanks for the hints. I have updated the script.
mynacol commented on 2022-01-27 17:43 (UTC)
Two minor improvement ideas to the launcher script:
/bin/sh
instead of/bin/bash
(no fancy functions needed)exec
before the single java command. This allows the shell process to exit after startup.schrieveslaach commented on 2022-01-21 20:13 (UTC)
Looks good to me. Thanks.
languitar commented on 2022-01-20 19:55 (UTC)
Oh sorry, forgot that the whole Gitlab group is private. Here's the proposed diff:
schrieveslaach commented on 2022-01-20 12:44 (UTC) (edited on 2022-01-20 12:46 (UTC) by schrieveslaach)
@languitar, I've no access to the GitLab repo. Can you give me access? Here is my GitLab handle: https://gitlab.com/schrieveslaach
1 2 3 4 Next › Last »