Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In my PC with Windows10 installed, I ran the .\start-server.bat in Windows Terminal and got an error response likes this
By adding '@echo on' to open the debug mode in .bat, I got this final executed command
We can see that these binary operators are separated with spaces, which can't be correctly intercepted as an inner parameter.
What's more, in Windows platform, only Java7 and 11 are allowed in the start-node.bat. However, in start-server.bat, any version equal or larger than 8 is allowed. They should be consistent.