Package Details: jexiftoolgui 2.0.1-1

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)

Required by (0)

Sources (1)

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 :

    archlinux-java status (to see which version of java is currently active on your system)
    sudo archlinux-java set java-11-openjdk

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.