View Single Post
Old 05-20-2024, 05:49 AM   #11
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
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",

Last edited by Doitsu; 05-20-2024 at 05:57 AM.
Doitsu is offline   Reply With Quote