Oliver Kopp
07/11/2025, 3:28 PMStarting process 'command 'C:\Users\WDAGUtilityAccount\.gradle\jdks\amazon_com_inc_-24-amd64-windows.2\bin\java.exe''. Working directory: C:\Users\WDAGUtilityAccount\AppData\Local\Temp\jabref\jabgui Command: C:\Users\WDAGUtilityAccount\.gradle\jdks\amazon_com_inc_-24-amd64-windows.2\bin\java.exe --enable-native-access=ai.djl.tokenizers,ai.djl.pytorch_engine,com.sun.jna,javafx.graphics,javafx.media,javafx.web,org.apache.lucene.core --add-opens java.base/java.nio=<http://org.apache.pdfbox.io|org.apache.pdfbox.io> --add-opens java.base/jdk.internal.ref=<http://org.apache.pdfbox.io|org.apache.pdfbox.io> --add-modules jdk.incubator.vector -XX:+UnlockExperimentalVMOptions -XX:+UseCompactObjectHeaders -XX:+UseZGC -XX:+ZUncommit -XX:+UseStringDeduplication -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea -cp C:\Users\WDAGUtilityAccount\.gradle\.tmp\gradle-javaexec-classpath17673669193172587711.jar --module org.jabref/org.jabref.Launcher
Successfully started process 'command 'C:\Users\WDAGUtilityAccount\.gradle\jdks\amazon_com_inc_-24-amd64-windows.2\bin\java.exe''
Then I get
Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.jabref not found
Build 00ba7384-9696-4fa9-9223-172669a8483f is closed
On my Windows 10 machine (no Sandbox), gradle does not call Shortening Java classpath
.
Can I turn off this feature? Or maybe use it for module-path?Vampire
07/11/2025, 4:03 PMVampire
07/11/2025, 4:03 PMVampire
07/11/2025, 4:04 PMVampire
07/11/2025, 4:06 PMorg.gradle.internal.cmdline.max.length
system property to a large enough value, as this overrides the hard-coded OS-dependendent max length, but then the execution of course might fail due to too long command lineVampire
07/11/2025, 4:08 PMVampire
07/11/2025, 4:10 PMVampire
07/11/2025, 4:13 PMOliver Kopp
07/11/2025, 4:24 PMOliver Kopp
07/11/2025, 4:35 PMOliver Kopp
07/11/2025, 4:36 PMOliver Kopp
07/11/2025, 4:39 PMVampire
07/11/2025, 4:40 PMOliver Kopp
07/11/2025, 4:53 PM:distributions-full:binDistributionZip
does not recompile following class
subprojects/core/src/main/java/org/gradle/process/internal/JavaExecHandleBuilder.java
Vampire
07/11/2025, 4:59 PMOliver Kopp
07/11/2025, 5:00 PMOliver Kopp
07/11/2025, 5:09 PMOliver Kopp
07/11/2025, 5:35 PMgit clean -xdf
and then ./gradlew --info --no-build-cache --rerun-tasks clean :distributions-full:binDistributionZip
did not help
Fresh Windows Sandbox
But now my family calls -- maybe I can continue this night...
Intermediate state is https://github.com/gradle/gradle/pull/34227Oliver Kopp
07/11/2025, 5:36 PMUnable to download toolchain matching the requirements ({languageVersion=17, vendor=any vendor, implementation=vendor-specific, nativeImageCapable=false}) from 'null', due to: No defined toolchain download url for WINDOWS on x86_64 architecture.
work around: mise exec java@17 -- ...
Oliver Kopp
07/12/2025, 9:00 AM~./gradlew/wrapper/dists
maybe - because compilation updates the bin file as of today 🙂Oliver Kopp
07/12/2025, 9:50 AMOliver Kopp
07/12/2025, 10:00 AM