UNable to install logstash on windows 10

I have tried creating a config file and I get an error cant find java1.5 or higher.
java 8 is installed in my laptop

Please don't post screenshots when you can copy/paste the text.

It appears you've set your path to only include the JVM's bin directory (using a syntax I wasn't aware of). Or you've in some other way screwed up your path to not include the system32 directory.

Adding environment variable as JAVA_HOME and setting it to java(C:\Program Files\Java\jdk1.8.0_151) solved the problem

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.