Skip to main content



      Home
Home » Newcomers » Newcomers » import org.eclipse.jface.text.* no good?
import org.eclipse.jface.text.* no good? [message #149304] Wed, 19 April 2006 18:52 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:Configuring Help-->Search to use Javadoc
Next Topic:Syntax coloring for classes and interfaces
Goto Forum:
  


Current Time: Sat Jun 07 06:53:09 EDT 2025

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

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

Back to the top