3

Seriously, its like DLL hell all over again. I can only find ghostly references to it - but its not on my system. Where do I go to download this?

Chris Wilson
  • 215
  • 1
  • 3
  • 7

1 Answers1

2

If you mean where do you find its jar/source, you can, if you have an Eclipse RCP, use the Eclipse Plugin Spy Alt+Shift+F1):

alt text

So it is in:

eclipse/plugins/org.eclipse.ui.console_v3.5.0.v20100104.jar
Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thanks, but that's not what I'm looking for. I'm trying to install a plugin and it needs org.eclipse.ui.console. I don't seem to have it, so where do I get it? I've updated the question to reflect this. – Chris Wilson Sep 17 '10 at 12:59
  • @cuvavu: can't you extract it from any Eclipse distro? – VonC Sep 17 '10 at 13:07
  • Is it a default eclipse thing? I wonder why its not in mine then? – Chris Wilson Sep 17 '10 at 13:12
  • 1
    @cuvavu: try downloading a Eclipse RCP edition: see http://www.eclipse.org/downloads/moreinfo/compare.php – VonC Sep 17 '10 at 13:25
  • @VonC: Thank you. I had a different problem (I couldn't find the sources of the org.eclipse.swt plugin's jar), but found this entry and using an Eclipse RCP package helped me, because it resolves the plugin's sources automatically, in contrast to the Eclipse Java EE edition. – krm Jun 20 '16 at 18:24