[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Eclipse will not run

Here's what I get...

$ java -cp c:/eclipse/startup.jar org.eclipse.core.launcher.Main
java.lang.UnsatisfiedLinkError:
C:\eclipse\plugins\org.eclipse.swt.win32_2.1.0\o
s\win32\x86\swt-win32-2116.dll: Access is denied
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1381)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:832)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:104)
        at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
        at
org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:1178)
        at org.eclipse.swt.graphics.Device.init(Device.java:541)
        at org.eclipse.swt.widgets.Display.init(Display.java:1197)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:90)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:283)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1400)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa
der.java:831)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)
"Christophe Elek" <celek@xxxxxxxxxx> wrote in message
news:Xns92E87B193E4E1celekcaibmcom@xxxxxxxxxxxxxxxx
> david@xxxxxxxxxxxxxx (David Siebert) wrote in news:atq753$1oj$1
> @rogue.oti.com:
>
> > I put the Eclipse folder in my program files dir so I might try changing
> > that to root to see if the space is the dir name is throwing it off.
> > I tried using the VM option at the Command line and got the same thing.
> > I know this is probably a very simple problem.
>
> What do you get in .metadata/.log ?
> What do you get when you start java -cp startup.jar
> org.eclise.core.launcher.Main ?
>
> --
> Christophe Elek
> Eclipse Project
> http://www.eclipse.org