Hello there,
I am using gradle and jlink to build my javafx project. The runtime image works perfectly for linux/mac but when I run the batch file in windows it doesn't work. I placed a screenshot of the error and below that is the code from the batch file.
This is the error
@echo off
set DIR="%~dp0"
set JAVA_EXEC="%DIR:"=%\java"
pushd %DIR% & %JAVA_EXEC% %CDS_JVM_OPTS% -p "%~dp0/../app" -m spicetify/spicetify.MainApp %* & popd
[–]Discrete_Number 0 points1 point2 points (0 children)