Лекарство для Kindle Previewer 2.94
A discussion in the Kindle Publishing forum
Source: Amazon.com: Customer Discussions: Announcing Kindle Previewer 2.94
Свежий Kindle Previewer не запускается в новой OS X. Лечение — только установкой x11 и старой Java 1.6, а также прописывание новых путей руками в загрузочном файле. Зато можно почувствовать себя программистом! With the latest update of Mac 10.11, Kindle Previewer 2.94 is having some problems. We recommend our users to follow the steps in the order that we are giving below:
- Install x11 from
https://xquartz.macosforge.org/trac
- Install java 1.6 from
https://support.apple.com/kb/DL1572?locale=en_US
- Locate launcher file: Open Finder → Go → SelectAll My files’ → Go to Applications’ → Click ‘Kindle previewer’ → Select ‘Show package contents’ → Contents → MacOS → Contents → OpenLauncher’ file
- Open the launcher file with TextEdit
- Edit 1: Below the first line
#!/bin/sh
, add a new line asexport JAVA_HOME=[paste the path where java v1.6 is installed]
; so if your java v1.6 path is/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
, the NEW LINE will appear asexport JAVA_HOME=/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
- Edit 2: At the bottom of the file, you will find the term “java” twice. Replace “java” with
${JAVA_HOME}/bin/java
at both the places. - Save the file and close.
If you still face any issue, email the issue description to us at kindle-publishing-tools@amazon.com.