Pascal DUTOIT
Pascal DUTOIT

Reputation: 131

Unsolved errors after installing Eclipse Neon2, buidlship, Gluon for Android applications

I have installed, I think, all useful components that allow to develop some JavaFX applications dedicated to Android, with Eclipse Neon2

At this time, I can generate with this set of tools, from a Java(fx) project, an apk file for Android phone.


The configuration is:


Question 1:

But some "residual" errors alway exist, as follows:

error loading hook:

org.eclipse.fx.osgi.fxloader.FXClassLoadingConfigurator
 org.eclipse.fx.osgi.fxloader.FXClassLoadingConfigurator
java.lang.NoClassDefFoundError: org/eclipse/osgi/baseadaptor/HookConfigurator
Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.baseadaptor.HookConfigurator
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)

org.eclipse.e4.ui.workbench

Unable to retrieve the bundle from the URI: **bundleclass**://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateElementIdsHandler
ResetToDefaultHandler, MarkDuplicateLabelsHandler, ...

in org.eclipse.core.runtime:

Invalid input url:platform:/plugin/org.eclipse.pde.ui/$nl$/icons/eview16/plugins.png
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.pde.ui/$nl$/icons/eview16/plugins.png".
    at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:61)

in org.eclipse.mylyn.tasks.core:

Could not load repository template extension contributed by 'org.**springsource**.ide.eclipse.dashboard.ui' with connectorKind 'jira'
An exception stack trace is not available.

Have you an idea for solving them?


Question 2:

Moreover, I am not sure that my configuration was optimized (redundancy, ...). If you have some ideas to minimize it.

Thanks a lot

Upvotes: 1

Views: 144

Answers (0)

Related Questions