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 "Efxclipse/Tutorials/Tutorial5"

(Create a Mobile iOS with RoboVM app on OS-X)
(Create a Mobile iOS with RoboVM app on OS-X)
Line 11: Line 11:
 
<li>Navigate to the last page
 
<li>Navigate to the last page
 
[[Image:efxclipse_tut5_3.png]]</li>
 
[[Image:efxclipse_tut5_3.png]]</li>
 +
<li>The resulting project should look like this
 +
[[Image:efxclipse_tut5_4.png]]</li>
 
</ol>
 
</ol>

Revision as of 07:56, 6 November 2013

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