https://bugs.documentfoundation.org/show_bug.cgi?id=100501

--- Comment #2 from Sierk Bornemann <sie...@gmx.de> ---
FYI (1), attention to this Oracle notes:
----------------------------------------

Oracle, Java Platform Group, Product Management blog (Dec 06, 2015): A New JDK
9 Version String Scheme 
https://blogs.oracle.com/java-platform-group/entry/a_new_jdk_9_version

Oracle, Java Platform Group, Product Management blog (Jan 27, 2016): Moving to
a Plugin-Free Web 
https://blogs.oracle.com/java-platform-group/entry/moving_to_a_plugin_free

Oracle/Java.com: JDK 9 and the Java Plugin
https://www.java.com/en/download/faq/jdk9_plugin.xml

[quote=Oracle]
Oracle plans to deprecate the Java browser plugin in Java Standard Edition
Development Kit 9 (JDK 9). Deprecation is a warning for developers to stop
using this technology. JRE 9 will continue to ship the Java Plugin and support
launching applets on browsers that still offer standard plugin support. This
browser plugin will be removed from the Oracle JDK and JRE in a future Java SE
release.
[/quote]


FYI (2), finding $JAVA_HOME on the OS X/macOS platform with stock system tool:
------------------------------------------------------------------------------

Apple Developer Documentation: Technical Q&A QA1170: Important Java Directories
on Mac OS X: Java Home
https://developer.apple.com/library/mac/qa/qa1170/_index.html#//apple_ref/doc/uid/DTS10001702-CH1-SECTION1

Apple Manpage: java_home - return a value for $JAVA_HOME
https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/java_home.1.html:

[quote]
java_home(1)                                                                   
                java_home(1)



NAME
       java_home - return a value for $JAVA_HOME


SYNOPSIS
       /usr/libexec/java_home [options]


DESCRIPTION
       The java_home command returns a path suitable for setting the JAVA_HOME
environment variable. […]
       Additional  constraints may be provided to filter the list of JVMs
available. By default, if no con-straints constraints match the available list
of JVMs, the default order is used. The path is printed to standard output.

[…]

-v or --version  version
              Filters  the  returned  JVMs  by the major platform version in
"JVMVersion" form. Example versions: "1.5+", or "1.6*".

[…]

-V or --verbose
              Prints the matching list of JVMs and architectures to stderr.

[…]
[/quote]



Examples:

$ /usr/libexec/java_home --verbose
Matching Java Virtual Machines (3):
    9, x86_64:  "Java SE 9-ea" 
/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
    1.8.0_112, x86_64:  "Java SE 8"    
/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home
    1.8.0_102, x86_64:  "Java SE 8"    
/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home

$ /usr/libexec/java_home --version 9
/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home

$ /usr/libexec/java_home --version 1.8
/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to