Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » how do I find elusive dependencies? (e.g., org.eclipse.core.runtime.preferences)
how do I find elusive dependencies? (e.g., org.eclipse.core.runtime.preferences) [message #259550] Sun, 29 June 2008 21:46 Go to next message
Eclipse UserFriend
Originally posted by: publicMailingAddress.gmail.com

I'm trying to track down all the dependencies for doing this:

import org.eclipse.ui.editors.text.*;

TextEditor te = new TextEditor();


I can't locate the package org.eclipse.core.runtime.preferences

because it isn't in a self-titled jar, but is contained in some other jar
file. Does anyone have any suggestions for how to find _which_ jar file it
is in fact located in?

Thanks,
Ryan
Re: how do I find elusive dependencies? (e.g., org.eclipse.core.runtime.preferences) [message #259553 is a reply to message #259550] Sun, 29 June 2008 22:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: publicMailingAddress.gmail.com

http://wiki.eclipse.org/FAQ_How_do_I_find_a_particular_class _from_an_Eclipse_plug-in%3F

This might be the answer.
Re: how do I find elusive dependencies? (e.g., org.eclipse.core.runtime.preferences) [message #259555 is a reply to message #259553] Sun, 29 June 2008 22:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: publicMailingAddress.gmail.com

Select Navigate > Open Type in Hierarchy...

type in the name of the class you are looking for.

right click on it when it appears with its hierarchy

select Implementors > Project

locate the name of the class you typed in earlier.

to the right of it its containing jar file.
Re: how do I find elusive dependencies? (e.g., org.eclipse.core.runtime.preferences) [message #259562 is a reply to message #259555] Sun, 29 June 2008 22:32 Go to previous message
Eclipse UserFriend
Originally posted by: publicMailingAddress.gmail.com

sometimes that last step should be 'Declarators', not 'Implementors'
Previous Topic:How to switch between the test class and the production class ?
Next Topic:help with dependencies install for IBM Rational Architect
Goto Forum:
  


Current Time: Thu Dec 26 14:22:36 GMT 2024

Powered by FUDForum. Page generated in 0.07919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top