Solved Need help

Discussion in 'Plugin Development' started by UnitedPvP, Jun 16, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    UnitedPvP

    Alright so im a new developer learning slowly. Recently, been learning some basics, and went to install Eclipse. When I downloaded it I got this error:

    !SESSION Mon Jun 16 21:57:12 EDT 2014 ------------------------------------------
    !ENTRY org.eclipse.equinox.launcher 4 0 2014-06-16 21:57:12.383
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:633)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

    If somebody could figure this out I would be thankful
    Also if there's something better out there or similar you guys perfer please tell me, that would help me tons in the long run.

    Edit: I asked around other places other people were confused, also wasn't sure exactly were to put this, but this seemed like a good spot. Thanks again.
     
  2. Offline

    Laxer21117

    Uhhh I have never seen this before. Hmmm maybe make sure you have it on the right platform or delete it then re-install it.
     
  3. Offline

    UnitedPvP

    I deleted it reinstalled multiple times, I'm running 64 bit, and this is 64 bit im using. This is really slowing me down.
     
  4. Offline

    Laxer21117

  5. Offline

    UnitedPvP

    Alright thanks, have you used it?

    Fixed issue! Solved.

    Already coded first plugin, very simple though :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
Thread Status:
Not open for further replies.

Share This Page