- This topic has 0 replies, 1 voice, and was last updated Nov 26-3:37 pm by ModdIt.
-
AuthorPosts
-
November 26, 2021 at 3:37 pm #71768Member
ModdIt
If you need fully working java support I can only recommend to use oracle Java for now.
Hopefully the java issue will be fixed sometime soon, but better not hold your breath.
/javavLibreOffice will give out an error report when Open Java/Debian Jave is used.
Reason can be found in libreoffice7.2/program/javavendors.xml this also applies
to other LO versions.Vendors.xml
<?xml version=”1.0″ encoding=”UTF-8″?>
<!–
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the “License”); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
–>
<javaSelection xmlns=”http://openoffice.org/2004/java/framework/1.0″>
<updated>2019-07-26</updated>
<vendorInfos>
<vendor name=”Sun Microsystems Inc.”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”Oracle Corporation”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”IBM Corporation”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”Blackdown Java-Linux Team”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”Free Software Foundation, Inc.”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”BEA Systems, Inc.”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”Azul Systems, Inc.”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”AdoptOpenJdk”>
<minVersion>1.8.0</minVersion>
</vendor>
<vendor name=”Amazon.com Inc.”>
<minVersion>1.8.0</minVersion>
</vendor>
</vendorInfos>
</javaSelection>- This topic was modified 1 year, 5 months ago by ModdIt.
-
AuthorPosts
- You must be logged in to reply to this topic.