Quote:
Originally Posted by killo3967
Estado: failed
|
That error message is usually shown if the Java binary can't be found.
If you open a command prompt window and enter
do you get a version number? If not you might need to add the Java binary path to the environment variables.
For more information see the trouble-shooting section at the end of the first post.
You can also add a custom Java path to EpubCheck.json. For example:
Code:
"java_path": "C:/Program Files/Eclipse Adoptium/jdk-17.0.5.8-hotspot/bin/java.exe",
or
Code:
"java_path": "C:\\Program Files\\Eclipse Adoptium\\jdk-17.0.5.8-hotspot\\bin\\java.exe",