OH3, Win 10, Zulu 11 start.bat doesn't start

When I click on start.bat there is a cmd window for a second. And disappears.
When I open a cmd window and type start.bat I get the following message.
“\JMF2.1.1e\lib\sound.jar” kann syntaktisch an dieser Stelle nicht verarbeitet werden.

Welcome George :slightly_smiling_face:

As this is an english forum it is good practice to provide english translations when necessary:
“\JMF2.1.1e\lib\sound.jar” cannot be processed due to syntax issues

Maybe java is not available where you started the bat file? You can either check whether java is listed in your PATH variable or you can check directly by entering the command “java -version” after opening a cmd window.

Thank you for translating, Stefan.
Java should be ok.

java -version
openjdk version “11.0.10” 2021-01-19 LTS
OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)

Which version of OH? The bat files are not part of my Linux installation, so when time permits I might check it on my Windows box and want to use the same version as you do.