https://bugs.documentfoundation.org/show_bug.cgi?id=151766

Simon Muschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #4 from Simon Muschel <[email protected]> ---
Thank you for your reply - sorry my description was not precise enough.

Prerequisites for test case:
* M1 Mac (e.g. MacBook Pro)
* Java JDK installation (I used version 17)


Assumptions for the following steps:
* LibreOffice is installed in the standard location
(/Applications/LibreOffice.app)
* Java is installed an can be executed from Terminal


Steps to reproduce behavior:
* Download attachment, rename file to Test.java
* Open Terminal, go to folder containing Test.java
* execute command to compile test case (all in one line):

javac -cp /Applications/LibreOffice.app/Contents/Resources/java/libreoffice.jar
Test.java

* Execution of previous step should result in creation of file Test.class
* execute command to run test case (all in one line):

java -classpath
/Applications/LibreOffice.app/Contents/MacOS/:/Applications/LibreOffice.app/Contents/Resources/java/libreoffice.jar:/Applications/LibreOffice.app/Contents/Resources/java/unoloader.jar:.
-Djava.library.path=/Applications/LibreOffice.app/Contents/Frameworks Test


Result:
LibreOffice window opens, but no Writer document is started. LO window stays
grayed out. Process has to be terminated.

Expected Result:
LO window opens, a new Writer document is started. After 15 seconds, Writer
document/window will be closed. Test case exits.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to