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.
Efxclipse/Tutorials/Tutorial1
< Efxclipse | Tutorials
Revision as of 11:57, 3 September 2015 by Paul.roubekas.org (Talk | contribs) (→From creation to deployment)
From creation to deployment
- File > New > Project
- Select the "JavaFX Project" entry
- Enter a project name and click "Finish".
- Create a Java package in your new project.
- Open the context menu on your package and select New > Other ...
- Select "JavaFX Main Class".
- Enter a class name and click "Finish".
- Add some JavaFX code to the start method of your application.
- Set the selection on your application class and hit the "Run" toolbar item.
- Open the build.fxbuild file and fill in the following fields:
- Vendor name
- Application version
Then, select the "Browse..." button next to the "Application class" entry.
- Click on the "ant build.xml and run" link in the build section of the editor.
- Expand the folders in the "Package Explorer" and double click your jar file.