Both 1.11 and 1.10.3 refuses to start because the 'org.eclipse.fx.osgi' bundle can not be found.
I am using Linux and the precompiled version of openLCA, so I should not need to install eclipse separately, right?
Here is the whole output from my log file. (sorry about the formatting. Can't seem to find a code format)
!SESSION Mon Feb 20 14:11:06 CET 2023 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2023-02-20 14:11:06.697
!MESSAGE Could not find extension: org.eclipse.fx.osgi
!SESSION 2023-02-20 14:11:06.686 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_222
java.vendor=AdoptOpenJDK
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Command-line arguments: -os linux -ws gtk -arch x86_64 -clean -data @noDefault
!ENTRY org.eclipse.osgi 4 0 2023-02-20 14:11:06.865
!MESSAGE Bundle org.eclipse.fx.osgi not found.
!ENTRY org.eclipse.osgi 4 0 2023-02-20 14:11:07.431
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: org.eclipse.swt.internal.gtk.OS._cachejvmptr()V
at org.eclipse.swt.internal.gtk.OS._cachejvmptr(Native Method)
at org.eclipse.swt.internal.gtk.OS.cachejvmptr(OS.java:492)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:91)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:209)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:155)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:161)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:739)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.openlca.app.rcp.RcpApplication.start(RcpApplication.java:14)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
at org.eclipse.equinox.launcher.Main.main(Main.java:1441)