https://bugs.documentfoundation.org/show_bug.cgi?id=151766
--- Comment #10 from Mike Little <[email protected]> --- Notes.. and an update... 1. Used Eclipse as the IDE. 2. Set up the build path external class paths [external JARs] as: a. Applications/LibreOffice.app/Contents/Resources/java/libreoffice.jar; b. /Applications/LibreOffice.app/Contents/Resources/java/unoloader.jar; 3. Got a warning message … “warning: com.sun.star.lib.util.NativeLibraryLoader must be loaded by com.sun.star.lib.unoloader.UnoClassLoader for java_uno bridge to work (not a problem if this is using Java remote bridge or unit test)” com.sun.star.comp.helper.BootstrapException: no office executable found! Added ‘import com.sun.star.lib.util.NativeLibraryLoader;” But does not appear to being used 4. I need to provide the path to the application, added the following to the class path in Eclipse… /Applications/LibreOffice.app/Contents/MacOS/ 5. Application starts and loads the LibreOffice canvas, but then freezes, no UI elements loaded... I will check this through the Eclipse debugger. Still working on it… -- You are receiving this mail because: You are the assignee for the bug.
