The plugin works fine on my Windows 11 machine.
Here's the output from
java -version.
Code:
java version "1.8.0_391"
Java(TM) SE Runtime Environment (build 1.8.0_391-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.391-b13, mixed mode)
As you can see, I'm still using Java 8.
Please post the complete error message from the Plugin Runner window.
BTW, if you want to specify the path on a Windows machine, you'll need to specify the path to
java.exe not
javaw.exe.
For example:
Code:
"java_path": "C:\\Program Files\\Java\\jre-1.8\\bin\\java.exe",
or
Code:
"java_path": "C:/Program Files/Java/jre-1.8/bin/java.exe",