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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to