Search Criteria
Package Details: jexiftoolgui 2.0.1-1
Package Actions
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: | GNU General Public License v3.0 |
Submitter: | zoe |
Maintainer: | zoe |
Last Packager: | zoe |
Votes: | 5 |
Popularity: | 0.147396 |
First Submitted: | 2019-11-17 21:24 (UTC) |
Last Updated: | 2023-02-12 07:16 (UTC) |
Dependencies (3)
- dcraw
- java-runtime (java-gcj-compat, jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg, jre12-openjdk, jre15-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9, zulu-15-bin, jre-jbr-xdg, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk, jdk17-openj9-bin, jdk8-dragonwell-extended, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, liberica-jdk-full-bin, jre8-adoptopenjdk, jre-lts, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-graalvm-ee-bin, jdk8-graalvm-ee-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, zulu-jdk-fx-bin, liberica-jdk-8-full-bin, jdk17-graalvm-ee-bin, zulu-embedded-jdk, jre-jetbrains, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jre-openjdk-xdg, jre-openjdk-xdg-bin, mandrel-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, jre, amazon-corretto-20-bin, jdk-temurin, jre8-openjdk-xdg, jre17-openjdk-xdg, jre17-jetbrains-imfix, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
- perl-image-exiftool
Latest Comments
zoe commented on 2020-08-02 23:09 (UTC) (edited on 2020-08-02 23:17 (UTC) by zoe)
@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 (UTC)
==> 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 (UTC)
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.