Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ How do I configure my Eclipse project to use stand-alone JFace?

Revision as of 21:11, 31 March 2008 by Dextercowley.gmail.com (Talk | contribs) (Added FAQ for setting up Eclipse project for stand-alone JFace development.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To configure an Eclipse Java project for developing a stand-alone JFace application, you need to add the SWT and JFace JAR files to your Eclipse Java project. Detailed step-by-step instructions are available in the Setting Up an Eclipse Project to use SWT and JFace section of the JFace article.

Back to the top