java - Eclipse e4 program will not start -
i hava eclipse e4 application. want have runnable exe file. export of exe file don't got errors. when start exported application program doesn't start , give errors:
!session 2016-08-29 08:55:19.759 ----------------------------------------------- eclipse.buildid=unknown java.version=1.8.0_102 java.vendor=oracle corporation bootloader constants: os=win32, arch=x86_64, ws=win32, nl=en_us framework arguments: -clearpersistedstate command-line arguments: -os win32 -ws win32 -arch x86_64 -clearpersistedstate !entry cr-it_client 4 0 2016-08-29 08:55:20.930 !message frameworkevent error !stack 0 org.osgi.framework.bundleexception: not resolve module: cr-it_client [26] unresolved requirement: require-bundle: org.eclipse.equinox.launcher; bundle-version="1.3.100" @ org.eclipse.osgi.container.module.start(module.java:434) @ org.eclipse.osgi.container.modulecontainer$containerstartlevel.incstartlevel(modulecontainer.java:1582) @ org.eclipse.osgi.container.modulecontainer$containerstartlevel.incstartlevel(modulecontainer.java:1561) @ org.eclipse.osgi.container.modulecontainer$containerstartlevel.docontainerstartlevel(modulecontainer.java:1533) @ org.eclipse.osgi.container.modulecontainer$containerstartlevel.dispatchevent(modulecontainer.java:1476) @ org.eclipse.osgi.container.modulecontainer$containerstartlevel.dispatchevent(modulecontainer.java:1) @ org.eclipse.osgi.framework.eventmgr.eventmanager.dispatchevent(eventmanager.java:230) @ org.eclipse.osgi.framework.eventmgr.eventmanager$eventthread.run(eventmanager.java:340) !entry org.eclipse.equinox.app 0 0 2016-08-29 08:55:21.309 !message product cr-it_client.product not found. !entry org.eclipse.equinox.launcher.win32.win32.x86_64 2 0 2016-08-29 08:55:21.653 !message not resolve module: org.eclipse.equinox.launcher.win32.win32.x86_64 [40] unresolved requirement: fragment-host: org.eclipse.equinox.launcher; bundle-version="[1.0.0,1.4.0)" !entry cr-it_client 2 0 2016-08-29 08:55:21.653 !message not resolve module: cr-it_client [26] unresolved requirement: require-bundle: org.eclipse.equinox.launcher; bundle-version="1.3.100" !entry org.eclipse.osgi 4 0 2016-08-29 08:55:21.654 !message application error !stack 1 java.lang.nullpointerexception @ org.eclipse.emf.common.util.uri$uripool$platformaccessunit.setvalue(uri.java:865) @ org.eclipse.emf.common.util.uri$uripool.intern(uri.java:1949) @ org.eclipse.emf.common.util.uri.createplatformpluginuri(uri.java:2718) @ org.eclipse.e4.ui.internal.workbench.swt.e4application.determineapplicationmodeluri(e4application.java:426) @ org.eclipse.e4.ui.internal.workbench.swt.e4application.loadapplicationmodel(e4application.java:350) @ org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench(e4application.java:254) @ org.eclipse.e4.ui.internal.workbench.swt.e4application.start(e4application.java:145) @ org.eclipse.equinox.internal.app.eclipseapphandle.run(eclipseapphandle.java:196) @ org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication(eclipseapplauncher.java:134) @ org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start(eclipseapplauncher.java:104) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:380) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:235) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(unknown source) @ sun.reflect.delegatingmethodaccessorimpl.invoke(unknown source) @ java.lang.reflect.method.invoke(unknown source) @ org.eclipse.equinox.launcher.main.invokeframework(main.java:669) @ org.eclipse.equinox.launcher.main.basicrun(main.java:608) @ org.eclipse.equinox.launcher.main.run(main.java:1515)
in eclipse ide can run, when export got error. can me this?
the org.eclipse.equinox.launcher
plug-in missing build (or possibly present has wrong version).
the configuration of plug-ins included in rcp separate configuration plug-ins used when test rcp within eclipse.
if using '.product' file rcp go 'contents' tab in .product file editor , click 'add required' button add required plugins product. normal rcp there should 100+ plugins in contents list. rebuild rcp.
in above assuming using 'plug-ins based' product configuration.
Comments
Post a Comment