Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 41994 - Unable to open eclipse
Summary: Unable to open eclipse
Status: RESOLVED DUPLICATE of bug 37129
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 12:42 EDT by Carl Gay CLA
Modified: 2003-08-26 14:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Gay CLA 2003-08-26 12:42:37 EDT
I downloaded eclipse-SDK-3.0M2-win32.zip, unzipped it, double clicked on 
eclipse.exe, and got the backtrace below.  Seems too obvious...did I not 
install correctly or something?  If so, sorry for the waste of time.

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>java -version
java version "1.4.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_04-b01)
Java HotSpot(TM) Client VM (build 1.4.1_04-b01, mixed mode)

!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Aug 26, 2003 12:19:06.812
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
	at org.eclipse.core.launcher.Main.run(Main.java:747)
	at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.reflect.InvocationTargetException
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:861)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
	... 7 more
Caused by: org.eclipse.swt.SWTError: Cannot initialize Drop
	at org.eclipse.swt.dnd.DND.error(DND.java:220)
	at org.eclipse.swt.dnd.DND.error(DND.java:181)
	at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:133)
	at org.eclipse.ui.internal.ShortcutBarPart.initDragAndDrop
(ShortcutBarPart.java:189)
	at org.eclipse.ui.internal.ShortcutBarPart.<init>
(ShortcutBarPart.java:171)
	at org.eclipse.ui.internal.WorkbenchWindow.createShortcutBar
(WorkbenchWindow.java:784)
	at org.eclipse.ui.internal.WorkbenchWindow.configureShell
(WorkbenchWindow.java:737)
	at org.eclipse.jface.window.Window.createShell(Window.java:350)
	at org.eclipse.jface.window.Window.create(Window.java:301)
	at org.eclipse.ui.internal.Workbench.openFirstTimeWindow
(Workbench.java:1342)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1148)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1651)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:858)
	... 8 more
Comment 1 Veronika Irvine CLA 2003-08-26 14:22:12 EDT
Seems like a duplicate of 37129.

*** This bug has been marked as a duplicate of 37129 ***