Its been along time since i installed eclipse but i had a similar problem. did you install jdk 1.8? try uninstalling eclipse and jdk(1.7 and 1.8) then install jdk1.7 and then eclipse Start eclipse and then try installing 1.8
On Thu, Nov 17, 2016 at 9:06 AM, Fernando Cruz <bogg...@gmail.com> wrote: > Hi list, > > I install the eclipse-sdk-3.2.2p24 package, but when I trying to run > give me the following error at > > !SESSION 2016-11-17 00:51:16.868 > ----------------------------------------------- > eclipse.buildId=M20070212-1330 > java.version=1.8.0_72 > java.vendor=Oracle Corporation > BootLoader constants: OS=openbsd, ARCH=x86_64, WS=gtk, NL=en_US > Command-line arguments: -os openbsd -ws gtk -arch x86_64 > > !ENTRY org.eclipse.equinox.common 4 0 2016-11-17 00:51:17.352 > !MESSAGE FrameworkEvent.ERROR > !STACK 0 > org.osgi.framework.BundleException: The bundle could not be resolved. > Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: > CDC-1.0/Foundation-1.0,J2SE-1.3 > at > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:294) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:329) > at > org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1046) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:495) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) > at > org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) > at > org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) > > !ENTRY org.eclipse.update.configurator 4 0 2016-11-17 00:51:17.356 > !MESSAGE FrameworkEvent.ERROR > !STACK 0 > org.osgi.framework.BundleException: The bundle could not be resolved. > Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: > J2SE-1.4,CDC-1.0/Foundation-1.0,J2SE-1.3 > at > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:294) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:329) > at > org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1046) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:495) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) > at > org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) > at > org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) > > !ENTRY org.eclipse.core.runtime 4 0 2016-11-17 00:51:17.357 > !MESSAGE FrameworkEvent.ERROR > !STACK 0 > org.osgi.framework.BundleException: The bundle could not be resolved. > Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: > CDC-1.0/Foundation-1.0,J2SE-1.3 > at > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:294) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:329) > at > org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1046) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:495) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455) > at > org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189) > at > org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291) > > !ENTRY org.eclipse.osgi 4 0 2016-11-17 00:51:17.363 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar/ > was not resolved. > > !ENTRY org.eclipse.osgi 4 0 2016-11-17 00:51:17.363 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.update.configurator_3.2.2.R32x_v20070111.jar/ > was not resolved. > > !ENTRY org.eclipse.osgi 4 0 2016-11-17 00:51:17.363 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar/ > was not resolved. > > !ENTRY org.eclipse.osgi 4 0 2016-11-17 00:51:17.372 > !MESSAGE Application error > !STACK 1 > java.lang.IllegalStateException: Unable to acquire application > service. Ensure that the org.eclipse.core.runtime bundle is resolved > and started (see config.ini). > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:65) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) > 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.core.launcher.Main.invokeFramework(Main.java:336) > at org.eclipse.core.launcher.Main.basicRun(Main.java:280) > at org.eclipse.core.launcher.Main.run(Main.java:977) > at org.eclipse.core.launcher.Main.main(Main.java:952) > > !ENTRY org.eclipse.osgi 2 0 2016-11-17 00:51:17.379 > !MESSAGE One or more bundles are not resolved because the following > root constraints are not resolved: > !SUBENTRY 1 org.eclipse.osgi 2 0 2016-11-17 00:51:17.379 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar/ > was not resolved. > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing required bundle > org.eclipse.equinox.preferences_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing required bundle org.eclipse.core.contenttype_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing required bundle org.eclipse.equinox.registry_[3.2.0,4.0.0). > !SUBENTRY 1 org.eclipse.osgi 2 0 2016-11-17 00:51:17.379 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.update.configurator_3.2.2.R32x_v20070111.jar/ > was not resolved. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing imported package org.w3c.dom_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing imported package javax.xml.parsers_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing imported package org.xml.sax_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.379 > !MESSAGE Missing imported package org.xml.sax.helpers_0.0.0. > > !ENTRY org.eclipse.osgi 2 0 2016-11-17 00:51:17.381 > !MESSAGE The following is a complete list of bundles which are not > resolved, see the prior log entry for the root cause if it exists: > !SUBENTRY 1 org.eclipse.osgi 2 0 2016-11-17 00:51:17.381 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar/ > [1] was not resolved. > !SUBENTRY 2 org.eclipse.equinox.common 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: > CDC-1.0/Foundation-1.0,J2SE-1.3 > !SUBENTRY 1 org.eclipse.osgi 2 0 2016-11-17 00:51:17.381 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.update.configurator_3.2.2.R32x_v20070111.jar/ > [2] was not resolved. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing required bundle org.eclipse.equinox.common_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing imported package javax.xml.parsers_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing imported package org.w3c.dom_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing imported package org.xml.sax_0.0.0. > !SUBENTRY 2 org.eclipse.update.configurator 2 0 2016-11-17 00:51:17.381 > !MESSAGE Missing imported package org.xml.sax.helpers_0.0.0. > !SUBENTRY 1 org.eclipse.osgi 2 0 2016-11-17 00:51:17.382 > !MESSAGE Bundle > initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar/ > [3] was not resolved. > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing required bundle org.eclipse.equinox.common_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing required bundle org.eclipse.equinox.registry_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing required bundle > org.eclipse.equinox.preferences_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing required bundle org.eclipse.core.contenttype_[3.2.0,4.0.0). > !SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-11-17 00:51:17.382 > !MESSAGE Missing optionally required bundle > org.eclipse.core.runtime.compatibility.auth_[3.2.0,4.0.0). > > Can you help me? > > Best Reguards > > -- > > Fernando Cruz Franco > Móvil: 044 55 29368180 > Skype: b0ggard > Twitter: @b0gg4rd > > /* programming is an unnature act. */ >