Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] eclipse startup issues


I suggest asking a question (or searching) on the eclipse.platform newsgroup.  I'm guessing others have successfully run Eclipse 2.1 on XP, and they may be able to help.  If you have no luck there, enter a bug report.  This mailing list is for discussions amongst developers of Eclipse itself.
--




Tasos Kotsikonas <tasos@xxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

07/22/2003 03:19 PM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] eclipse startup issues



Is this the right list for such questions?

Eclipse 2.1.1 (and 2.1.0) on Windows XP fails to start ...  The dll mentioned in the exception is there and
readable - attrib shows an Archive attribute on it... it's also interesting the eclispse.exe that
was extracted was not executable (mode 664). Any suggestions?

thanks

-t

!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jul 22, 2003 13:41:59.468
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
                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.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: java.lang.UnsatisfiedLinkError: C:\eclipse\plugins\org.eclipse.swt.win32_2.1.1\os\win32\x86\swt-win32-2135.dll: Access is denied
                at java.lang.ClassLoader$NativeLibrary.load(Native Method)
                at java.lang.ClassLoader.loadLibrary0(Unknown Source)
                at java.lang.ClassLoader.loadLibrary(Unknown Source)
                at java.lang.Runtime.loadLibrary0(Unknown Source)
                at java.lang.System.loadLibrary(Unknown Source)
                at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108)
                at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
                at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:1291)
                at org.eclipse.swt.graphics.Device.init(Device.java:547)
                at org.eclipse.swt.widgets.Display.init(Display.java:1310)
                at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
                at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
                at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
                at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
                at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
                ... 8 more



Back to the top