Bug 119876 - libreoffice-officebean requires libjawt.so(SUNWprivate_1.1) which is dropped in Java 11
Summary: libreoffice-officebean requires libjawt.so(SUNWprivate_1.1) which is dropped...
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-14 13:03 UTC by Andras Timar
Modified: 2019-02-04 10:20 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Timar 2018-09-14 13:03:04 UTC
libreoffice-officebean requires libjawt.so(SUNWprivate_1.1) which is dropped in Java 11.

This is only provided in openJDK 10 but not in openJDK 11.
Comment 1 Eli D. 2018-09-21 05:39:05 UTC
I'm rather new to trying to add code towards this project, but I think I need to know how to reproduce the bug, or point out where the code is. How do you know it is required, so we can work from there?

Based on previous bugs, I would recommend giving us your box environment, i.e., the operating system, CPU threads, kernel version (if Linux), build, etc.. You May also want to give us whether or not you are using OpenGL or not.
Comment 2 Andras Timar 2018-09-21 06:26:56 UTC
@Eli D. Originally this bug was targeted at domain experts, but of course you can give it a try.

Source code is at bean/
To reproduce the bug:
1. Build LibreOffice
2. cd instdir/sdk
3. ./setsdkenv_unix
4. cd examples/DevelopersGuide/OfficeBean/
5. LD_LIBRARY_PATH=/path/where/libjawt.so/is/:$LD_LIBRARY_PATH make OOoBeanViewer.run
Comment 3 Andras Timar 2019-02-04 10:20:44 UTC
Later it turned out that this was a misunderstanding of SUSE packagers, no action needed.