Search Criteria
Package Details: java8-openjfx-doc 8.u202-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/java8-openjfx.git (read-only, click to copy) |
---|---|
Package Base: | java8-openjfx |
Description: | Java OpenJFX 8 client application platform (open-source implementation of JavaFX) |
Upstream URL: | https://wiki.openjdk.java.net/display/OpenJFX/Main |
Keywords: | java8-openjfx openjfx |
Licenses: | GPL |
Submitter: | freswa |
Maintainer: | Rogach |
Last Packager: | Rogach |
Votes: | 12 |
Popularity: | 0.171898 |
First Submitted: | 2022-03-09 18:41 (UTC) |
Last Updated: | 2024-05-25 07:41 (UTC) |
Dependencies (20)
- alsa-lib (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)
- 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)
- jdk8-openjdk (make)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd) (make)
- libx11 (libx11-gitAUR) (make)
- libxtst (make)
- pango (pango-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- ruby (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- webkit2gtk (webkit2gtk-imgpasteAUR) (make)
Required by (0)
Sources (11)
- gradle.properties
- https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u202-ga.tar.bz2
- https://services.gradle.org/distributions/gradle-4.8-bin.zip
- java8-openjfx-CVE-2021-3517-fix.patch
- java8-openjfx-CVE-2021-3522-fix.patch
- java8-openjfx-fix-java-version-check.patch
- java8-openjfx-flags.patch
- java8-openjfx-include-iterator.patch
- java8-openjfx-no-check-jfxrt-jar.patch
- java8-openjfx-no-sys-sysctl.patch
- java8-openjfx-no-xlocale.patch
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
Harms commented on 2022-11-07 09:30 (UTC)
Make sure that the default java version is set to 8 with archlinux-java.
ihitmani commented on 2022-09-12 18:26 (UTC)
Build file '/home/v/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 221
drankinatty commented on 2022-08-02 11:36 (UTC)
I can confirm the same build failure with the resulting message:
baygon commented on 2022-06-01 15:19 (UTC)
For those who need urgent solution
https://archive.org/download/archlinux_pkg_java8-openjfx
sudo pacman -U java8-openjfx-8.u202-4-x86_64.pkg.tar.zst
localhost commented on 2022-05-21 17:18 (UTC) (edited on 2022-05-21 17:31 (UTC) by localhost)
FAILURE: Build failed with an exception.
Where: Build file '/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 1035
What went wrong: Execution failed for task ':verifyJava'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 17s 2 actionable tasks: 2 executed ==> ERROR: A failure occurred in build(). Aborting... -> error making: java8-openjfx
I fixed error using archlinux-java but I have different problem
make[1]: [CMakeFiles/Makefile2:352: Source/WTF/wtf/CMakeFiles/WTF.dir/all] Error 2 make: [Makefile:111: all] Error 2
FAILURE: Build failed with an exception.
Where: Build file '/home/$USER/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 2584
What went wrong: Execution failed for task ':web:compileNativeLinux'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
laeberkaes commented on 2022-05-19 10:34 (UTC)
Same here. Errors on build process:
G4Zz0L1 commented on 2022-05-11 22:38 (UTC)
Can you fix this PKGBUILD?
Or can you point me to some direction to install it correctly?
Thanks in advance!
K4LCIFER commented on 2022-05-10 00:30 (UTC)
Cannot build due to errors:
G4Zz0L1 commented on 2022-05-04 08:25 (UTC)
Build phase fails on a clean chroot with aurto (aurutils chroot)
ABelliqueux commented on 2022-04-01 14:14 (UTC)
I was hit with the "Unable to determine the version of Java" issue too and for some reason, even muting the
_JAVA_OPTIONS
environment variable as suggested by @grcancelliere didn't work. The script insisted on trying to extract the java version from the third line of the result ofjava -version
, which also contains the string " (build ".I ended up hardcoding my java version in a patch file, apply it with a modified PKGBUILD, and it finally worked, but not before having to remove
/usr/lib/jvm/java-8-openjdk/jre/lib/ext/jfxrt.jar
manually.What a mess.
For the brave souls, everything is described here :
https://gist.github.com/ABelliqueux/3e4af7450412dd102a9e9a6a421d9a6f
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »