https://bugs.documentfoundation.org/show_bug.cgi?id=151545
--- Comment #7 from Jose Armando Porto <[email protected]> --- (In reply to Stephan Bergmann from comment #3) > On macOS, you need to install a JDK (not just a JRE), and the path P you add > on the LibreOffice Advanced Options tab must be such that > P/lib/server/libjvm.dylib exists and is of the correct CPU architecture > (i.e., in your case `file .../lib/server/libjvm.dylib` should report > something like "Mach-O 64-bit dynamically linked shared library arm64"). Hi guys... Thanks for the answers so far. Let me try to get all the answers you asked: - "On macOS, you need to install a JDK" - As far as I understand, SDKMan install different versions of JDK's from different suppliers. The idea of using SDKMan is to manage all de JDK's in my machine since I need to use different Java versions for testing purposes in other initiatives. - "must be such that P/lib/server/libjvm.dylib exists" - Yes it does! - "and is of the correct CPU architecture" - I executed a "file libjvm.dylib" and had the following answer: "libjvm.dylib: Mach-O 64-bit dynamically linked shared library arm64" as expected for both JDK's I have (Open and Oracle). Hope this helps. -- You are receiving this mail because: You are the assignee for the bug.
