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?

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.

See Also

Back to the top