Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Help with eclipse install
Help with eclipse install [message #297328] Wed, 11 January 2006 17:46 Go to next message
Eclipse UserFriend
Originally posted by: johndavisnuts.rcn.com

I installed eclipse-SDK-3.1.1-win32 and I installed the java run time
environment program called Java web start application manager ok; however
when I run eclipse it gives the following error log message:

!SESSION 2006-01-11 17:05:32.68
------------------------------------------------
eclipse.buildId=M20050929-0840
java.version=1.4.2_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.runtime 2006-01-11 17:05:37.376
!MESSAGE Product org.eclipse.sdk.ide could not be found.

!ENTRY org.eclipse.osgi 2006-01-11 17:05:37.496
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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-01-11 17:05:37.626
!MESSAGE Bundle update@plugins/org.eclipse.ant.ui_3.1.1.jar [5] was not
resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
!MESSAGE Missing optionally required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
!MESSAGE Missing optionally required bundle
org.eclipse.ui.workbench.texteditor_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
!MESSAGE Missing optionally required bundle org.eclipse.ui.editors_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
!MESSAGE Missing required bundle org.apache.ant_0.0.0.

This is only part of the error log. It continues on with more of the same
so I did not copy the whole message. I am just a college student trying to
get eclipse to run on my home pc so I do not have to use the computer lab.
I do not need a lot of fancy java add ons. I just need the basics to learn
how to program in Java. Can someone please help with my configuration
issues? Thanks.
Re: Help with eclipse install [message #297330 is a reply to message #297328] Wed, 11 January 2006 18:28 Go to previous messageGo to next message
Eclipse UserFriend
can you try this,
Download and install fresh java sdk. instead of java run time.
Then unzip the eclipse sdk into a folder for e.g. c:\software
Now, go to eclipse folder in the installed location (C:\software\eclipse)
and run eclipse.exe.


"John Davis" <johndavisnuts@rcn.com> wrote in message
news:be153ab0b3240989a7604974d423cbde$1@www.eclipse.org...
>I installed eclipse-SDK-3.1.1-win32 and I installed the java run time
>environment program called Java web start application manager ok; however
>when I run eclipse it gives the following error log message:
>
> !SESSION 2006-01-11
> 17:05:32.68 ------------------------------------------------
> eclipse.buildId=M20050929-0840
> java.version=1.4.2_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.core.runtime 2006-01-11 17:05:37.376
> !MESSAGE Product org.eclipse.sdk.ide could not be found.
>
> !ENTRY org.eclipse.osgi 2006-01-11 17:05:37.496
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: No application id has been found.
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:204)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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-01-11 17:05:37.626
> !MESSAGE Bundle update@plugins/org.eclipse.ant.ui_3.1.1.jar [5] was not
> resolved.
> !SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
> !MESSAGE Missing optionally required bundle org.eclipse.ui.ide_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
> !MESSAGE Missing optionally required bundle org.eclipse.ui.views_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
> !MESSAGE Missing optionally required bundle
> org.eclipse.ui.workbench.texteditor_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
> !MESSAGE Missing optionally required bundle org.eclipse.ui.editors_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2006-01-11 17:05:37.626
> !MESSAGE Missing required bundle org.apache.ant_0.0.0.
>
> This is only part of the error log. It continues on with more of the same
> so I did not copy the whole message. I am just a college student trying to
> get eclipse to run on my home pc so I do not have to use the computer lab.
> I do not need a lot of fancy java add ons. I just need the basics to learn
> how to program in Java. Can someone please help with my configuration
> issues? Thanks.
>
Re: Help with eclipse install [message #297460 is a reply to message #297328] Sat, 14 January 2006 16:40 Go to previous message
Eclipse UserFriend
John,

This usually means the Eclipse zip was not unzipped properly with the
folder structure maintained. In your zip client, make sure that it is
set to maintain folder structure when unzipping Eclipse.

Hope this helps,
- Jeff
Previous Topic:kill eclipse on linux
Next Topic:Case sensitivity in "getResourceAsStream(...)"?
Goto Forum:
  


Current Time: Sun Jun 08 16:26:21 EDT 2025

Powered by FUDForum. Page generated in 0.24587 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top