Quote:
Originally Posted by jennie2486
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.