Is it possible to run GP v3.1 with JRE v17 with flags, on .zip runtime?

Tried to run with JRE v17, launched successfully but some errors on path, with flag “–release 11”.

(part of .bat file in Win10)
SET “JAVA_COMMAND=%JAVA_HOME%\bin\java.exe”
IF “%JAVA_HOME%”=="" SET JAVA_COMMAND=java

SET LOCAL_CLASSPATH=%GP_HOME%\eclipsito.jar;%GP_HOME%
SET JVM_ARGS=-Xmx2g -ea -Dsun.java2d.d3d=false
SET “ECLIPSITO_ARGS= - -release 11 --verbosity 1 --version-dirs plugins;~/.ganttproject.d/updates --app net.sourceforge.ganttproject.GanttProject”

:SET CONFIGURATION_FILE=ganttproject-eclipsito-config.xml
SET BOOT_CLASS=com.bardsoftware.eclipsito.Launch

java -classpath “%CLASSPATH%;%LOCAL_CLASSPATH%” %JVM_ARGS% %BOOT_CLASS% %ECLIPSITO_ARGS% -log true %1 %2 %3 %4 %5 %6
if %ERRORLEVEL% EQU 9009 goto ERROR_NO_JAVA
goto END

Is that possible or it is just needed to do something else with the GP v3.1 build to run?
Thank you!

I don’t understand what is the issue, sorry. You wrote “Launched successfully”, does it mean that it works? “some errors on path” – what errors? Why are you trying unsupported configurations anyway?

Well, responsiveness and speed on interactions seems to be much better with JRE 17 that with JRE 11 in GP v3.1… thanks for confirming that is an unsupported design! Regards. M.