import org.eclipse.jface.text.* no good? [message #149304] |
Wed, 19 April 2006 18:52  |
Eclipse User |
|
|
|
Originally posted by: xxxxx.xxx.com
Forgive me for my ineptitude, but when I try to import
org.eclipse.jface.text.* in a specific class in my RCP, I can't resolve
the library. I'm very inexperienced with buildpaths, dependencies, and
such, but can anyone tell me how to get eclipse to recognize my import so
I can use the classes? Since this is a pretty standard library used for
editors, I don't understand why eclipse can't recognize it. And, I have
the respective .jar files in my plugin dir if that's any help
|
|
|
Re: import org.eclipse.jface.text.* no good? [message #149323 is a reply to message #149304] |
Thu, 20 April 2006 04:18  |
Eclipse User |
|
|
|
David,
instead of adding the .jar files to your plug-in directory, I would
recommend you add the org.eclipse.jface.text plug-in to the set of
dependencies of the plug-in you develop. For this, double click on the
META-INF/Mantifest.mf file and go to the dependencies tab.
-tom
David wrote:
> Forgive me for my ineptitude, but when I try to import
> org.eclipse.jface.text.* in a specific class in my RCP, I can't resolve
> the library. I'm very inexperienced with buildpaths, dependencies, and
> such, but can anyone tell me how to get eclipse to recognize my import
> so I can use the classes? Since this is a pretty standard library used
> for editors, I don't understand why eclipse can't recognize it. And, I
> have the respective .jar files in my plugin dir if that's any help
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.08028 seconds