Bug 136460 - Package xxx (com.sun.star.awt ...) does not exist.
Summary: Package xxx (com.sun.star.awt ...) does not exist.
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-04 07:25 UTC by Jimmy Ho
Modified: 2022-05-03 11:19 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
SCalc project for Netbean (184.12 KB, application/x-7z-compressed)
2020-09-04 07:27 UTC, Jimmy Ho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Ho 2020-09-04 07:25:12 UTC
Description:
I am developing a java project with Netbean 11.3 by using calc. It runs good in Libreoffice 6.4. After I upgrading to Libreoffice 7.0.1.2, Netbean shows the error messages.

Steps to Reproduce:
1.Build a new project, named SCalc in Netbean, copy SCalc.java in Libreoffice\sdk\examples\java\spreadsheet to the src folder of SCalc project.

2.add juh.jar, jurt.jar, ridl.jar, unoil.jar, unoloader.jar of Libreoffice 7.0 to the project.
3.Netbead shows the error messages.

Actual Results:
Netbean shows error messages of the imported packages do not exist.

Expected Results:
no error messages


Reproducible: Always


User Profile Reset: No



Additional Info:
版本:   7.0.1.2 (x64)
組件號: 7cbcfc562f6eb6708b5ff7d73...
環境: CPU執行序:4;OS:Windows 10.0 Build 18363
UI:  UI算繪:Skia/Raster; VLC:win
Language: zh-TW
Comment 1 Jimmy Ho 2020-09-04 07:27:56 UTC
Created attachment 165130 [details]
SCalc project for Netbean
Comment 2 Xisco Faulí 2021-03-31 14:44:51 UTC
Thank you for reporting the bug.
Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Comment 3 Jimmy Ho 2021-04-03 18:26:20 UTC
Thanks for the response.

I checked LO 7.1.2 winx64.  LO team changed the SDK specification.
They moved all packages to libreoffice.jar, and they left jurt.jar, ridl.jar, unoil.jar, juh.jar empty (file size 1KB).
Comment 4 Xisco Faulí 2022-05-03 11:19:05 UTC
Setting to RESOLVED WORKSFORME since the commit fixing this issue hasn't been
identified.