https://issues.apache.org/ooo/show_bug.cgi?id=124170
--- Comment #15 from [email protected] --- Just a last remark: the crash occurs because the environment variable PATH is not set and ooRexx crashes as a result (it needs PATH to initialize itself in full). Using the ooRexx (Java) editor's "Run" will use SwingUtilities.invokeLater(aRunnable) on a new Java thread so there would be now problem with regards of running the ooRexx script on the AppKit thread. --- HOWEVER, there is still a problem that AOO dispatches Rexx scripts (Tools -> Macros -> Run and then choosing an ooRexx script) on the awt thread. This will yield the error: "com.sun.star.uno.RuntimeException[jni_uno bridge error] UNO calling Java method invoke: non-UNO exception occurred: java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line" So this should be still something to solve. Should I create a new issue for that or is it o.k. to leave it with this issue? -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
