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"

(Created page with "= 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 o...")
 
(Create a Mobile iOS with RoboVM app on OS-X)
Line 9: Line 9:
 
<li>Give the project a name
 
<li>Give the project a name
 
[[Image:efxclipse_tut5_2.png]]</li>
 
[[Image:efxclipse_tut5_2.png]]</li>
 +
<li>Navigate to the last page
 +
[[Image:efxclipse_tut5_3.png]]</li>
 
</ol>
 
</ol>

Revision as of 07:54, 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

Back to the top