Open defaultuser1 opened 2 hours ago
Exit code: 101
Classpath:
- File: recaf.jar
- SHA1: 3d83959f39548e0a5e53367d09199f163ddd3f53
Looks like JavaFX wasn't downloaded. The launcher adds the %RECAF%/dependencies
dir as a -cp
so if that directory is empty Recaf won't run.
Whats in your directory?
Ok so the problem was running the recaf-gui with java8 causes it to launch with the wrong args. Java8: E:\Applications\OpenJDK22U-jdk_x64_windows_hotspot_22.0.2_9\jdk-22.0.2+9\bin\java.exe -cp recaf.jar software.coley.recaf.Main
Java 22: E:\Applications\OpenJDK22U-jdk_x64_windows_hotspot_22.0.2_9\jdk-22.0.2+9\bin\java.exe -cp recaf.jar;dependencies\javafx-base-24-ea+15-win.jar;dependencies\javafx-controls-24-ea+15-win.jar;dependencies\javafx-graphics-24-ea+15-win.jar;dependencies\javafx-media-24-ea+15-win.jar software.coley.recaf.Main
Exit code: 101 Classpath: - File: recaf.jar - SHA1: 3d83959f39548e0a5e53367d09199f163ddd3f53
Looks like JavaFX wasn't downloaded. The launcher adds the
%RECAF%/dependencies
dir as a-cp
so if that directory is empty Recaf won't run.Whats in your directory?
Ah just saw this sorry. Thanks for your super fast reply! That directory is there with javafx-base-24-ea+15-win.jar, javafx-controls-24-ea+15-win.jar, javafx-graphics-24-ea+15-win.jar, javafx-media-24-ea+15-win.jar and was there before I tried running recaf-gui with Java22. Not sure if recaf-gui is supposed to work with Java8 or not, feel free to close this if not.
Not sure if recaf-gui is supposed to work with Java8 or not, feel free to close this if not.
The launcher is designed so that you can run it with older versions of Java like version 8. Recaf requires 22+ and the launcher lets you point to that version when it starts Recaf.
That directory is there with ...
Hmmm, that's odd that its not picking up the files in there. I'll take a look at the launcher along with some other updates I'm making to it today/tomorrow.
Can't seem to get this to run. Steps:
Diagnostics: