paginagmbh / EPUB-Checker

Standalone “EPUB-Checker” application for Windows, macOS, and Linux
https://www.pagina.gmbh/produkte/epub-checker/
GNU General Public License v2.0
37 stars 5 forks source link

EPUB-Checker not starting on macOS 11.0 "Big Sur" - Java not found #67

Closed tofi86 closed 3 years ago

tofi86 commented 3 years ago

Java is not found on macOS 11.0 "Big Sur":

Bildschirmfoto 2021-01-06 um 16 03 24

even though a JDK is installed and registered:

$ /usr/libexec/java_home -V
Matching Java Virtual Machines (1):
    1.8.0_275 (x86_64) "AdoptOpenJDK" - "AdoptOpenJDK (JRE) 8" /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jre/Contents/Home

That's a universalJavaApplicationStub issue (https://github.com/tofi86/universalJavaApplicationStub/issues/91) on macOS 11.0 which has been resolved recently. Once the new version 3.1.0 is released, it must be included in the EPUB-Checker builds.

tofi86 commented 3 years ago

universalJavaApplicationStub v3.1.0 has been released with support for macOS 11.0 "Big Sur"

https://github.com/tofi86/universalJavaApplicationStub/releases/tag/v3.1.0

tofi86 commented 3 years ago

Fixed with 6d991f6332fa838a0f0cad1c527276cc3380a8ae

However, the macOS 11.0 issue regarding the launcher stub compilation (#66) is still unresolved...