This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Eclipse Not launching.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to launch eclipse, i am getting the following error! any one out there with a solution?

!SESSION ----------------------------------------------------------------------

!ENTRY org.eclipse.core.launcher 4 0 May 21, 2004 14:11:11.77

!MESSAGE Exception launching the Eclipse Platform:

!STACK

java.lang.NullPointerException

at org.eclipse.ui.keys.KeyStroke.hashCode(KeyStroke.java:308)

at java.util.HashMap.hash(HashMap.java:257)

at java.util.HashMap.get(HashMap.java:313)

at org.eclipse.ui.internal.commands.KeySequenceBindingNode.add(KeySequenceBindingNode.java:175)

at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.validateTree(KeySequenceBindingMachine.java:224)

at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.validateSolution(KeySequenceBindingMachine.java:203)

at org.eclipse.ui.internal.commands.KeySequenceBindingMachine.getKeySequenceBindingsByCommandId(KeySequenceBindingMachine.java:73)

at org.eclipse.ui.internal.commands.CommandManager.calculateKeySequenceBindings(CommandManager.java:274)

at org.eclipse.ui.internal.commands.CommandManager.readRegistry(CommandManager.java:701)

at org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:233)

at org.eclipse.ui.internal.commands.CommandManager.<init>(CommandManager.java:196)

at org.eclipse.ui.commands.CommandManagerFactory.getCommandManager(CommandManagerFactory.java:41)

at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.<init>(WorkbenchCommandSupport.java:49)

at org.eclipse.ui.internal.Workbench.init(Workbench.java:743)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1459)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)

at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)

at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at org.eclipse.core.launcher.Main.basicRun(Main.java:279)

at org.eclipse.core.launcher.Main.run(Main.java:742)

at org.eclipse.core.launcher.Main.main(Main.java:581)
 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have not created any projects delete the workspace directory and try running eclipse again. This usually works. If you have any projects inside of the the workspace directory, copy them outside of the eclipse folder, and delete the workspace directory. Once eclipse has started successfully, exit it and copy the project contents into the newly created workspace directory.

Hope this helps.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic