"Failed to launch JVM" error prevents JabRef to startup

Thanks! I’m now able to launch JabRef! Here my current JabRef.bat file’s content:

C:\Program Files\JabRef\runtime\bin>cat JabRef.bat
@echo off
set DIR="%~dp0"
set JAVA_EXEC="%DIR:"=%\java"
pushd %DIR% & %JAVA_EXEC%  -p "%~dp0/../app" -Djavafx.cachedir=C:\\Temp -m org.jabref/org.jabref.JabRefLauncher  %* & popd

C:\Program Files\JabRef\runtime\bin>

It works, but the only way I found to start it is to open a cmd or a PowerShell session, navigate to the folder and call JabRef.bat. If I click on its icon on the Explorer, it fails. Well, I can survive until a new Java release solves this issue or JabRef’s team enables a way of moving the cache folder outside the user’s folder! But, have I currently any option to create a shortcut to JabRef available, let’s say, in my toolbar?

Thanks!