View Single Post
Old 12-15-2020, 04:38 PM   #412
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,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by jennie2486 View Post
I am running Windows 10 Pro version 1909 and Sigil 1.4.3.
I tried deleting the EPUBCheck.json and re-installing the plugin which didn't work.
The error message that you got is only displayed if either the java binary or the .jar file in the plugin folder can't be found.

Are you sure that java -version works when you simply open a Windows command prompt window (CMD) without specifying the full path to the java binary or using cd to change the directory?

If so, I can't help you, because I can't reproduce your problem. Otherwise, please follow the instructions on the download page for adding the Java binary path to the path environment variable.

Alternatively, you can also specify the Java binary path in EpubCheck.json.

For example, on my machine I'd need to use:
Code:
  "java_path": "C:/Program Files/Java/jre1.8.0_241/bin/java.exe",
instead of

Code:
  "java_path": "java",
Obviously, you'll need to change the Java binary path, because you most likely have a more recent Java version.

Last edited by Doitsu; 12-15-2020 at 04:41 PM.
Doitsu is offline   Reply With Quote