I was trying to do this example and can’t import the
import org.eclipse.jface.window.ApplicationWindow;
My IDE is:
Eclipse IDE for Java Developers
Version: Helios Service Release 1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your plugin project, find META-INF/MANIFEST.MF file and open it. You should see multi-page editor. Go to Dependencies page and add “org.eclipse.jface” under “Required Plugin-ins” section. Your plugin must declare a dependency on other plugins before types in those plugins are visible to it.