Search Criteria
Package Details: jdk11-graalvm-bin 22.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jdk11-graalvm-bin.git (read-only, click to copy) |
---|---|
Package Base: | jdk11-graalvm-bin |
Description: | Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other), Java 11 version |
Upstream URL: | https://www.graalvm.org/ |
Licenses: | custom |
Provides: | java-environment, java-runtime |
Submitter: | lucaswerkmeister |
Maintainer: | lucaswerkmeister |
Last Packager: | lucaswerkmeister |
Votes: | 17 |
Popularity: | 0.003173 |
First Submitted: | 2019-11-25 00:20 (UTC) |
Last Updated: | 2022-04-26 18:38 (UTC) |
Dependencies (3)
- java-environment-common
- java-runtime-common
- graal-nodejs-jdk11-bin (optional) – Node.js component (used to be bundled with this package before the 21.1.0 release)
Required by (2237)
- 0xdbe-eap (requires java-environment)
- 2009scape (requires java-runtime)
- 2009scape-git (requires java-runtime)
- 2p-kt (requires java-runtime)
- 2plan-desktop (requires java-environment)
- 389-console (requires java-environment)
- 389-ds-console (requires java-environment) (make)
- 8085-simulator (requires java-runtime)
- aacskeys (requires java-environment) (make)
- abchr (requires java-runtime)
- abcl (requires java-environment)
- abcl-git (requires java-runtime)
- abcl-git (requires java-environment) (make)
- access-export (requires java-environment)
- activemq (requires java-runtime)
- aeron (requires java-environment)
- aerospike-tools-bin (requires java-runtime)
- agclient (requires java-runtime)
- aio-remote (requires java-runtime)
- air-video-server (requires java-runtime)
Latest Comments
lucaswerkmeister commented on 2021-04-20 20:58 (UTC)
Note: since the 21.0.0 release, the Node.js component is no longer included in this package. You can install it separately via the
graal-nodejs-jdk11-bin
package.florensie commented on 2021-03-07 00:36 (UTC)
Actually yeah, now that I think about it that makes sense. It's probably fine as is. It's the same thing as the
java
command with multiple JDKs really.lucaswerkmeister commented on 2021-03-04 20:37 (UTC)
If you make GraalVM your default JDK, then
gu
should be in your$PATH
via/usr/lib/jvm/default/bin
. Otherwise, I’m not sure how to solve that. I can’t just symlink/usr/bin/gu
to it, because the jdk8 and jdk11 packages should be installable side-by-side. Any ideas?florensie commented on 2021-03-04 12:46 (UTC)
Looks like
gu
isn't added to the PATH./usr/lib/jvm/java-11-graalvm/bin/gu
lucaswerkmeister commented on 2020-01-28 00:19 (UTC)
Done, thanks!
alex4o commented on 2020-01-27 13:36 (UTC) (edited on 2020-01-27 13:37 (UTC) by alex4o)
Hello, as there is now an aarch64 version of the graalvm build (https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-19.3.1/graalvm-ce-java11-linux-aarch64-19.3.1.tar.gz) , do you think that a different package would be needed for the aarch64 platform or this package can provide for both?