[Libreoffice-bugs] [Bug 117331] New: Remove Split Package for Java 9 compatibility

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 29 13:52:05 UTC 2018


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

            Bug ID: 117331
           Summary: Remove Split Package for Java 9 compatibility
           Product: LibreOffice
           Version: 5.4.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: f.beetz at outlook.de

Description:
The Java libraries ridl, unoil, juh, and jurt all export the package
'com.sun.star'.
This makes them incompatible with the Java 9 module system.

Steps to Reproduce:
1. Add at least two libraries to the module path.
2. Compile.

Actual Results:  
Compilation fails with

error: the unnamed module reads package com.sun.star.security from both unoil
and ridl
error: the unnamed module reads package com.sun.star.task from both unoil and
ridl
error: the unnamed module reads package com.sun.star.util from both unoil and
ridl
error: the unnamed module reads package com.sun.star.script from both unoil and
ridl
error: the unnamed module reads package com.sun.star.uno from both jurt and
ridl

Expected Results:
Compilation completes without errors.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180429/1da21715/attachment.html>


More information about the Libreoffice-bugs mailing list