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

Difference between revisions of "FAQ How do I configure my Eclipse project to use stand-alone JFace?"

(Added FAQ for setting up Eclipse project for stand-alone JFace development.)
 
m (add link to related faq)
 
Line 1: Line 1:
 
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 [[JFace#Setting Up an Eclipse Project to use SWT and JFace | Setting Up an Eclipse Project to use SWT and JFace]] section of the [[JFace]] article.
 
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 [[JFace#Setting Up an Eclipse Project to use SWT and JFace | Setting Up an Eclipse Project to use SWT and JFace]] section of the [[JFace]] article.
 +
 +
==See Also==
 +
*[[FAQ How do I deploy a stand-alone JFace application?]]

Latest revision as of 21:30, 31 March 2008

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