Search Criteria
Package Details: java11-openjfx-doc 11.0.20.u1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/java11-openjfx.git (read-only, click to copy) |
---|---|
Package Base: | java11-openjfx |
Description: | Java OpenJFX 11 client application platform (open-source implementation of JavaFX) |
Upstream URL: | https://wiki.openjdk.java.net/display/OpenJFX/Main |
Licenses: | custom |
Submitter: | freswa |
Maintainer: | None |
Last Packager: | JstKddng |
Votes: | 2 |
Popularity: | 0.078627 |
First Submitted: | 2023-04-20 20:17 (UTC) |
Last Updated: | 2023-11-29 19:23 (UTC) |
Dependencies (22)
- alsa-lib (make)
- ant (ant-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- ffmpeg4.4 (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- gperf (gperf-gitAUR) (make)
- gradle7 (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- java-environment-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, java-openjdk-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdk21-jetbrains-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk17-openj9-binAUR, zing-8-binAUR, zing-21-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk) (make)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd) (make)
- libx11 (libx11-gitAUR) (make)
- libxtst (make)
- pango (pango-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- ruby (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- Show 2 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
mke21 commented on 2023-05-13 12:58 (UTC)
On my laptop with 8 GB of RAM, the memory fills up during the build and then crashes. I'm not sure why it grabs so much memory, but I guess that's not the intended behavior. Any idea what I could do to prevent this?
marco.righi commented on 2023-05-13 09:22 (UTC)
@missingSleepDeps compiled this morning on Majaro
JstKddng commented on 2023-05-13 05:05 (UTC)
@missingSleepDeps
I can't support arch derivatives or even worse, derivatives that hold package upgrades. You are on your own, good luck.
missingSleepDeps commented on 2023-05-13 03:41 (UTC)
Still doesn't build on Manjaro
Firechris commented on 2023-05-12 08:40 (UTC)
Great work guys, it works like a charm now :)
JstKddng commented on 2023-05-12 00:04 (UTC)
thanks for the tips @SmashedSqwuri, should build now with gcc-13
SmashedSqwurl commented on 2023-05-11 22:25 (UTC)
I also added these lines to the PKGBUILD so I could build this package without changing my global Java config:
SmashedSqwurl commented on 2023-05-11 22:18 (UTC)
GCC 13 stopped implicitly including some headers (https://gcc.gnu.org/gcc-13/porting_to.html). This patch fixes the compile for me:
Firechris commented on 2023-05-11 06:34 (UTC)
Fair enough, I guess is is also your spare time ;).
FYI, I killed the gradle daemon (, unset
JDK_JAVA_OPTIONS
) and started the build. I got a lot further, but It was not successful, but this is another problem. Maybe I find some time to investigate further:JstKddng commented on 2023-05-11 05:59 (UTC)
yes, and the daemon that is still running stil has access to your previously unset JDK_JAVA_OPTIONS variable.
I can't help you anymore sadly, can't reproduce your issue.
« First ‹ Previous 1 2 3 4 5 Next › Last »