https://bugs.documentfoundation.org/show_bug.cgi?id=153177
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #11 from Stephan Bergmann <[email protected]> --- (In reply to David Gradwell from comment #0) > Broken bootstrap > > Firstly, the bootstrap provided does not work on Mac OS. Bootstrap.java > lines around 334 are broken for Mac OS. Attachment 1 is my replacement that > does work. > > Using the revised bootstrap (see attachment) for Mac I then got examples > FirstUnoContact and FirstLoadComponent to work. > > I have been using NetBeans as my IDE. You are apparently trying to use the SDK in an unsupported way. If you follow its included docs/install.html and use its setsdkenv_unix to set up a properly configured shell, then `cd examples/DevelopersGuide/FirstSteps && make` and `make FirstUnoContact.run` etc. should work fine out of the box. > 5 Repeating the hang > > Then when running HelloTextTableShape. newDocComponent it gets as far as > > xComponentLoader.loadComponentFromURL(loadUrl, "_blank", 0, loadProps); > and hangs at: > > Object.wait > JobQueue.removeJob:210 > JobQueue.enter:308 > JobQueue.enter:281 > JavaThreadPool.enter:81 > java_remote_bridge.sendRequest:619 > ProxyFactory$Handler.request:145 > ProxyFactory$Handler.invoke:129 > Hidden Source Calls > $Proxy3.loadComponentFromURL > HelloTextTableShape.newDocComponent:462 Without having looked further into it yet, `make HelloTextTableShape.run` indeed hangs for me with LO 7.4.4 macOS (Apple Silicon) and accompanying SDK from <https://www.libreoffice.org/download/download-libreoffice/>. However, it works fine with my local (--enable-dbgutil) recent master (towards LO 7.6) build, so it may well be something that has already been addressed. -- You are receiving this mail because: You are the assignee for the bug.
