-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Now that noa-libre comes with OfficeLoader that will try to find UNO on the system in the following places & following order:
- noa configuration ( IOfficeApplication. APPLICATION_HOME_KEY )
- com.sun.star.lib.loader.unopath Java property
- UNO_PATH environment variable
4a. (Windows only) Registry key Software\LibreOffice\UNO\InstallPath
4b. (Linux/Mac) PATH env.variable - (Linux/Mac) 'which soffice'
the point 4a isn't quite implemented in new code yet. FIXME is planted in WinRegKey.java class in the following commit: 0f71008
Since registry.jar is shipped w/ noa-libre and already used in noa-libre code, we should use it to read Win registry and find UNO install path also in InstallationFinder/WinRegKey classes. Relying on unowinreg.dll won't work in most of the installations, as one needs to have LibO SDK installed
Metadata
Metadata
Assignees
Labels
No labels