Fatal error running an SWT application from OpenOffice
问题 I have an OpenOffice Java addon application. I'm calling SWT from an XActionListener . Loading of SWT is done dynamically using a special class loader. The SWT window displays well, but when I hit the close button of an SWT window I get an error. I'm attaching the error file generated by this error. What is the meaning of this error? My SWT code final Display display = Display.getDefault(); final Shell shell = new Shell(); shell.setLayout(new FillLayout(SWT.VERTICAL)); shell.setSize(500, 375)