I am using this
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
to run zookeeper and kafka server, but i am geeting this error
C:\kafka\bin\windows>kafka-server-start.bat ..\..\config\server.properties
The system cannot find the path specified.
I have tried to resolve it by removing spaces from the "JAVA_HOME" env variable path and I also removed spaces from kafka extracted folder.
this is the kafka folder structure folder structure
what is the isssue here, how can i resolve this error?