up vote 0 down vote favorite
share [g+] share [fb]

I have a problem with my eclipse. Whenever I go to the Install Software screen and put in a an update site, the screen shows nothing but when I click on the screen where I can select plugins they're there and I can actually go on to install the plugins.

screenshot

I actually saw the plugins showing the first time I used it and then I got this error:

"A handler conflict occurred. This may disable some commands" eclipse.buildId=M20090917-0800 java.version=1.6.0_15 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_PH Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product

Warning Sun Dec 27 14:13:49 PHT 2009 Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor':HandlerActivation (commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor, handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@8eec22), expression=AndExpression(AndExpression(org.eclipse.ui.SubActionBars$1@12f8a71, ActivePartExpression(org.eclipse.ui.navigator.resources.ProjectExplorer@1e8b957)), WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@270fc4)), sourcePriority=1064961) HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor, handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@8eec22), expression=AndExpression(AndExpression(org.eclipse.ui.SubActionBars$1@12f8a71, ActivePartExpression(org.eclipse.ui.navigator.resources.ProjectExplorer@1e8b957)) ,WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@270fc4)), sourcePriority=1064961)

link|improve this question

71% accept rate
1  
also, for future reference, you might get quicker help by asking at superuser.com (and by asking in the middle of the day, not the middle of the night ;) ) – Ricket Dec 27 '09 at 7:29
err, I guess night depends on where you are... sorry for being kinda ego-centric there. – Ricket Dec 27 '09 at 7:29
It's in the middle of the day when I first asked this question. GMT+8 hahaha. :D – Jeune Dec 27 '09 at 7:57
feedback

2 Answers

Try installing the Eclipse package from Synaptic; it's been updated to the latest version just recently (though you may need to enable more recent updates from the Software Sources dialog or something).

Makes sure you install version 3.5.1-0ubuntu7 or later from Synaptic. I'm not in Ubuntu right now to check, but this bug has been fixed in that version and later. See this bug report.

If for some reason you can't do that, then do the workaround here.

link|improve this answer
I am actually very very very new to Linux, I just installed Linux Mint on my laptop and well I dont' how to install "from Synaptic". Can you give me a link? Thanks. :D – Jeune Dec 27 '09 at 7:59
Under System, Administration, the Synaptic Package Manager. Use the search button on the toolbar to search for eclipse, and then install the eclipse package. I think you'll catch on quickly; the package manager is pretty much the best part of Linux (compared to Windows) – Ricket Dec 28 '09 at 2:02
Hi synaptic is saying that the latest version is 3.5.1-0ubuntu3 so I installed this anyway but obviously the bug is still there. I can't seem to find 3.5.1-0ubuntu7. – Jeune Dec 31 '09 at 12:25
feedback

Sounds like a bug somewhere. This could be specific to your OS or environment.

  1. Start by checking the Error Log view (to show it, use the Window -> Show View option. See if you are getting any exceptions there.
  2. To eliminate workspace issues: Try with a new workspace (simply switch to a new workspace, you can always switch back later).
  3. To eliminate issues with your specific installation: Try with a clean Eclipse install. You can download a new installation from eclipse.org and install it in a different directory.
  4. Search for existing bugs in Eclipse Bugzilla. If there are none, report yours. Attaching your configuration to the bug report might help (under About Eclipse -> Installation Details -> Configuration, copy and save to a text file).
link|improve this answer
The first time I used the Install Software Screen, the plugins were showing until I got the error above (see updated post). – Jeune Dec 27 '09 at 7:21
already tried #3, didn't fix the problem. :( – Jeune Dec 27 '09 at 8:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.