- This topic has 1 reply, 2 voices, and was last updated 18 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
josebarbMemberHi, is there anyone who can help ?
I´ve just downloaded the myeclipse for eclipse 3.2 ( workbench 5.0) for Trial, I have eclipse 3.2 and jdk 1.5.0_07. After a normal installation the ide do not start. He is the log
!SESSION 2006-08-25 23:48:04.656 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_BR
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.core.runtime 2006-08-25 23:48:05.578
!MESSAGE Product com.genuitec.myeclipse.product.ide could not be found.!ENTRY org.eclipse.osgi 2006-08-25 23:48:05.593
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:204)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)!ENTRY org.eclipse.osgi 2006-08-25 23:48:05.609
!MESSAGE Bundle update@plugins/com.ibm.etools.emf.event_3.0.0.1/ [3] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-08-25 23:48:05.609
!MESSAGE Bundle update@../Arquivos de programas/MyEclipse 5.0GA/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.v20060518_RC1.jar was picked instead.!ENTRY org.eclipse.osgi 2006-08-25 23:48:05.640
!MESSAGE Bundle update@plugins/org.eclipse.jem.beaninfo_1.1.0/ [78] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-08-25 23:48:05.640
!MESSAGE Bundle update@../Arquivos de programas/MyEclipse 5.0GA/eclipse/plugins/org.eclipse.jem.beaninfo_1.2.0.v20060530_RC2.jar was picked instead.!ENTRY org.eclipse.osgi 2006-08-25 23:48:05.656
!MESSAGE Bundle update@plugins/org.eclipse.jem.proxy_1.1.0/ [79] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-08-25 23:48:05.656
!MESSAGE Bundle update@../Arquivos de programas/MyEclipse 5.0GA/eclipse/plugins/org.eclipse.jem.proxy_1.2.0.v20060530_RC2.jar was picked instead.
….
…..
…. and repeat this for lots of classes…Any idea ??
August 28, 2006 at 11:31 am #257729
Riyad KallaMemberYou are not running Eclipse 3.2, you are trying to use two incompatible versions of Eclipse and MyEclipse. The fastest way to correct this is to go to http://www.eclipse.org/downloads and download Eclipse 3.2 SDK, unzip it to a *new* directory (never unzip over an old install) then go to Help > Software Updates > Manage COnfiguration, and then right click, “Add New Extension” and point it at your MyEclipse 5.0.1 install directory, then restart. You should be all set.
-
AuthorPosts