Heey, I am trying to get Kafka to work on Eclipse. So I´ve been installing it at the moment, but the problem is I am not too familiar with the cmd window. So I used some youtube tutorials and changed the necessary configurations of Kafka. The problem is in those tutorials they are typing in 2 paths behind each other for the file to be executed. But when I try that it says "The command "java" is either typed wrong or could not have been found". In all tutorials it works and the 2 commands I´ve been typing in work if I use them only one at a time, but the files are only being openend and not executed.
C:\Kafka\bin\windows>zookeeper-server-start.bat C:\Kafka\config\zookeeper.properties
Thanks for the help.