Default e4 application project has errors [message #1819525] |
Thu, 16 January 2020 13:33  |
Eclipse User |
|
|
|
Hello,
Apart from the other problem I am having with my e4 application and java11, I am having a problem simply getting the default e4 application to run.
Even using a fresh (and latest, i.e. "eclipse-jee-2019-12-R-win32-x86_64" eclipse version, the default e4 application project shows errors and doesn't launch.
I changed the preferences, such that "JavaFX" -> "JavaFX 11 + SDK" points to the lib folder of the javafx-sdk (I tried the root folder as well, doesn't change anything), installed e(fx)clipse 3.6.0 via the market place and created a new "JavaFX" -> "OSGI" -> "e4 Application projects".
Then I get the following errors:
AbstractTheme cannot be resolved to a type DefaultTheme.java /test.app/src/test/app/themes line 5 Java Problem
The import org.eclipse.fx cannot be resolved DefaultTheme.java /test.app/src/test/app/themes line 3 Java Problem
Bundle 'org.eclipse.fx.core.databinding' cannot be resolved MANIFEST.MF /test.app/META-INF line 17 Plug-in Problem
Bundle 'org.eclipse.fx.ui.databinding' cannot be resolved MANIFEST.MF /test.app/META-INF line 18 Plug-in Problem
Bundle 'org.eclipse.fx.ui.di' cannot be resolved MANIFEST.MF /test.app/META-INF line 15 Plug-in Problem
Bundle 'org.eclipse.fx.ui.services' cannot be resolved MANIFEST.MF /test.app/META-INF line 24 Plug-in Problem
Bundle 'org.eclipse.fx.ui.theme' cannot be resolved MANIFEST.MF /test.app/META-INF line 14 Plug-in Problem
Bundle 'org.eclipse.fx.ui.workbench.fx' cannot be resolved MANIFEST.MF /test.app/META-INF line 8 Plug-in Problem
'Automatic-Module-Name' header is required to be discoverable as a Java module in a Java modular setup (Java 9 and later) MANIFEST.MF /test.app/META-INF line 1 Plug-in Problem
An entry for test.app/Application.e4xmi is required in bin.includes build.properties /test.app line 1 Plug-in Problem
I tried with both AdoptOpenJDK11 and AdoptOpenJDK13.
This doesn't seem healthy...
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04288 seconds