Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse 3.0.x not starting on Windows XP SP2
Eclipse 3.0.x not starting on Windows XP SP2 [message #76875] Sat, 11 June 2005 11:21 Go to next message
Eclipse UserFriend
I'm getting "Access Denied" whenever I try to run eclipse from the
command line, with no log file in the configuration directory. I get
the attached log file if I run it using the command (it's all on one
line when I run it, although this may wrap):

%java_home%\jre\bin\java -cp ./startup.jar rg.eclipse.core.launcher.Main

I'd wiped an earlier (running!) Eclipse installation that I'd been using
with Java 1.5 -- I wanted to clean things down to "bare metal", so I
removed all Java and the existing Eclipse directories.

I've tried this with & without the Windows Firewall, and have also tried
adding the files to the Firewall definition -- all without success.
I've also tried it with 3.0.1 & 3.0.2 -- same behavior.

Hope someone can figure out what's happening -- I'm about to throw the
computer through a wall...

!SESSION Jun 11, 2005 09:10:59.515
---------------------------------------------
eclipse.buildId=M200503110845
java.version=1.4.2_08
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

!ENTRY org.eclipse.osgi Jun 11, 2005 09:10:59.555
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
C:\eclipse\plugins\org.eclipse.swt.win32_3.0.2\os\win32\x86\ swt-win32-3064.dll:
Access is denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 0)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
at org.eclipse.swt.graphics.Device.init(Device.java:564)
at org.eclipse.swt.widgets.Display.init(Display.java:1781)
at org.eclipse.swt.graphics.Device.<init>(Device.java:100)
at org.eclipse.swt.widgets.Display.<init>(Display.java:356)
at org.eclipse.swt.widgets.Display.<init>(Display.java:352)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:278)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:72)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

--
I was punching a text message into my | Reed Snellenberger
phone yesterday and thought, "they need | GPG KeyID: 5A978843
to make a phone that you can just talk | rsnellenberger
into." Major Thomb | -at-houston.rr.com
Problem was that I used cygnus unzip [message #76944 is a reply to message #76875] Sat, 11 June 2005 15:58 Go to previous message
Eclipse UserFriend
which doesn't set the execute attribute properly on the extracted files.

chmod a+rx eclipse.exe plugins/*/os/win32/x86/*.dll

fixed the problem for me

(thanks to Frank Eskesen's post on eclipse.platform message for the tip)

news://news.eclipse.org:119/cj9s95$550$1@eclipse.org
Previous Topic:Question about updating / upgrading eclipse builds
Next Topic:I can't run Eclipse on Windows XP SP2
Goto Forum:
  


Current Time: Sun May 11 10:13:13 EDT 2025

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

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

Back to the top