Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Eclipse won't run

!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.ja

        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:248)
        at org.eclipse.core.launcher.Main.run(Main.java:698)
        at org.eclipse.core.launcher.Main.main(Main.java:534)
Caused by: java.lang.NoSuchMethodException: loaderStartup
        at java.lang.Class.getMethod0(Class.java:1742)
        at java.lang.Class.getDeclaredMethod(Class.java:1219)
        at
org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.ja

        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:7

        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        ... 7 more





Back to the top