https://bz.apache.org/ooo/show_bug.cgi?id=128157
--- Comment #9 from [email protected] --- Adding lots of logging turned out to be more productive than debugging. The problem is far down getJREInfoByPath(), it calls getJavaProps() to read the Java properties, and then compares the "java.vendor" properties against known vendors. Since "AdoptOpenJDK" is not a known vendor, it fails to recognize the JRE. Adding "AdoptOpenJDK" to the XML files under main/jvmfwk/distributions/OpenOfficeorg turned out not to be enough. I've now also patched: main/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx main/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx to recognize "AdoptOpenJDK", and am rebuilding AOO to test it. -- You are receiving this mail because: You are the assignee for the issue.
