Is this line here https://github.com/SoarGroup/Soar/blob/development/scripts/SoarJavaDebugger.bat#L4C1-L4C101
supposed to be
start javaw -Djava.library.path="%SOAR_HOME%" -jar "%SOAR_HOME%\SoarJavaDebugger.jar" %1 %2 %3 %4 %5
I believe the double quotes may have been in the wrong spot? Previously it would fail because a path like how it was e.g. "C:\local"\SoarJavaDebugger.jar doesn't parse correctly.