Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the same directory where Calculator.zip was unzipped:

 

Code Block
themeMidnight
$ git clone https://github.com/robovm/robovm-jfx78-compat
$ cd robovm-jfx78-compat
$ mvn install

...

 


Build the application code

 On the same directory where Calculator.zip was unzipped:

 

Code Block
themeMidnight
$ cd Calculator
$ ant

 

...

 

This compile the java code to byte code, the use RoboVM to compile the byte code to native code and finally run the application using iPad simulator.

...