Search Criteria
Package Details: jexiftoolgui 1.8.1-2
Git Clone URL: | https://aur.archlinux.org/jexiftoolgui.git (read-only, click to copy) |
---|---|
Package Base: | jexiftoolgui |
Description: | jExifToolGUI is a java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey |
Upstream URL: | https://github.com/hvdwolf/jExifToolGUI |
Licenses: | |
Submitter: | zoe |
Maintainer: | zoe |
Last Packager: | zoe |
Votes: | 2 |
Popularity: | 0.001140 |
First Submitted: | 2019-11-17 21:24 |
Last Updated: | 2020-12-22 00:15 |
Dependencies (3)
- dcraw
- perl-image-exiftool
- java-runtime>=8 (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, java-openjdk-bin, 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, jdk8-graalvm-bin, jdk11-graalvm-bin, 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, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
zoe commented on 2020-08-02 23:09
@tom and @medmedin : To compile, gradle needs java version 11 (in fact, version 12, but only available in [AUR], version 11 is from [extra]). With version 14 of java, gradle (even in last version 6.5.1) crashes with your error «Could not initialize class org.codehaus.groovy...»
So, you must run, before compiling jexiftoolgui :
Then, you can compile jexiftoolgui. Gradle will work fine.
For execution of jexiftoolgui, you can use java 14
tom commented on 2020-07-09 11:41
==> Erstelle Paket: jexiftoolgui 1.0-2 (Do 09 Jul 2020 13:38:18 CEST) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> WARNUNG: Verwende bestehenden $srcdir/ Baum ==> Entferne existierendes $pkgdir/ Verzeichnis... ==> Beginne build()...
FAILURE: Build failed with an exception.
What went wrong: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper
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 0s ==> FEHLER: Ein Fehler geschah in build(). Breche ab... Error making: jexiftoolgui
medmedin commented on 2020-06-19 10:10
The build fails with the following error with OpenJDK14 :
==> Starting build()... Starting a Gradle Daemon (subsequent builds will be faster) java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 at org.codehaus.groovy.vmplugin.VMPluginFactory.<clinit>(VMPluginFactory.java:43) at org.codehaus.groovy.reflection.GroovyClassValueFactory.<clinit>(GroovyClassValueFactory.java:35) . . . at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) at java.base/java.lang.Thread.run(Thread.java:832)
FAILURE: Build failed with an exception.
What went wrong: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
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 30s ==> ERROR: A failure occurred in build(). Aborting...
I think gradle should be updated to 6.5 to support openjdk14.