View Single Post
Old 11-23-2022, 12:16 PM   #446
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
Quote:
Originally Posted by killo3967 View Post
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
Code:
java -version
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",
Doitsu is offline   Reply With Quote