Skip to main content



      Home
Home » Newcomers » Newcomers » Installation problem
Installation problem [message #172665] Tue, 26 September 2006 23:36 Go to next message
Eclipse UserFriend
Originally posted by: zaffarulla.sympatico.ca

Hi,

I've just downloaded eclipse-SDK-3.2-win32(4) file of size 20.5 mb it is a
zip file from the url
http://www.eclipse.org/downloads/download.php?file=/eclipse/ downloads/drops/
R-3.2-200606291905/eclipse-SDK-3.2-win32.zip

I did extract the file with winzip what iam getting is eclipse folder and i
have plugins folder underneath and sub folders unde plugins but i could not
find the setup file to install eclipse

what iam doing wrong did i download thewrong file

iam on xp

please help

Thanks
Zaf
Re: Installation problem [message #172687 is a reply to message #172665] Wed, 27 September 2006 02:08 Go to previous messageGo to next message
Eclipse UserFriend
zaf wrote:
> Hi,
>
> I've just downloaded eclipse-SDK-3.2-win32(4) file of size 20.5 mb it is a
> zip file from the url
> http://www.eclipse.org/downloads/download.php?file=/eclipse/ downloads/drops/
> R-3.2-200606291905/eclipse-SDK-3.2-win32.zip
>
> I did extract the file with winzip what iam getting is eclipse folder and i
> have plugins folder underneath and sub folders unde plugins but i could not
> find the setup file to install eclipse
>
> what iam doing wrong did i download thewrong file
>
> iam on xp
>
> please help
>
> Thanks
> Zaf
>
>
>
>
The Eclipse 3.2 SDK for Windows download size is about 120MB. To
install, just unzip the archive to a local directory and double-click
the eclipse.exe file.

HTH,
Asaf

--
Asaf Yaffe
Eclipse TPTP Committer, Platform Project (JVMTI Profiler)
Re: Installation problem [message #172823 is a reply to message #172687] Wed, 27 September 2006 22:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tech.grillongroup.org

I unpacked the archive into C:\tools\eclipse and the launched the
ECLIPSE.EXE file. After a splash screen and a couple of seconds,
I get an error dialog and a log file appears in the ./configuration folder.

Here is some of the log file content
====================================
!SESSION 2006-09-27 20:57:52.247
-----------------------------------------------
eclipse.buildId=M20060629-1905
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -vm C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
Command-line arguments: -os win32 -ws win32 -arch x86 -vm C:\Program
Files\Java\jre1.5.0_06\bin\javaw.exe

!ENTRY org.eclipse.osgi 4 0 2006-09-27 20:57:53.108
!MESSAGE Bundle org.eclipse.core.runtime@start not found.

!ENTRY org.eclipse.osgi 4 0 2006-09-27 20:57:53.498
!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(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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: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)
{snip}
====================================

Sure enough, I do not find a folder or file named
"org.eclipse.core.runtime"
in the tree below C:\tools\eclipse\.

When I inspect the original archive I file the file
"org.eclipse.core.runtime_3.2.0.v20060603.jar"
If I move this file into the plugins folder I get the same
error dialog and a different log file.

====================================
!SESSION 2006-09-27 21:00:01.993
-----------------------------------------------
eclipse.buildId=M20060629-1905
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -vm C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
Command-line arguments: -os win32 -ws win32 -arch x86 -vm C:\Program
Files\Java\jre1.5.0_06\bin\javaw.exe

!ENTRY org.eclipse.core.runtime 4 0 2006-09-27 21:00:11.337
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle:
org.eclipse.equinox.preferences; bundle-version="[3.2.0,4.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:294)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:329)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1037)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:573)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:495)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:275)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:455)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:189)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:291)
{snip}
====================================
Re: Installation problem [message #172836 is a reply to message #172823] Thu, 28 September 2006 01:10 Go to previous message
Eclipse UserFriend
Dan,

Are you, by any chance, using the built-in Windows XP "Compressed
Folders" feature to extract the Eclipse archive? It does not work well
with Eclipse archives. Use a "real" ZIP utility such as WinZip or 7-zip.

HTH,
Asaf

--
Asaf Yaffe
Eclipse TPTP Committer, Platform Project (JVMTI Profiler)
Previous Topic:J2EE Perspective
Next Topic:Incompatible JVM at start up
Goto Forum:
  


Current Time: Mon Nov 10 07:15:33 EST 2025

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

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

Back to the top