Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Efxclipse/Tutorials/Tutorial5

< Efxclipse‎ | Tutorials
Revision as of 07:57, 6 November 2013 by Unnamed Poltroon (Talk) (Create a Mobile iOS with RoboVM app on OS-X)

Create a Mobile iOS with RoboVM app on OS-X

In this tutorial we'll guide you through the creation of JavaFX iOS application using e(fx)clipse tooling. While development of the application is possible with the default e(fx)clipse tooling. You need to install an additional plugin to get the robovm support.

  1. Install additional Eclipse Plugin (if you have not downloaded the all in one package)
  2. Navigate to the JavaFX project wizard
    Efxclipse tut5 1.png
  3. Give the project a name
    Efxclipse tut5 2.png
  4. Navigate to the last page
    Efxclipse tut5 3.png
  5. The resulting project should look like this
    Efxclipse tut5 4.png

Back to the top