- Loading...
...
The sample application used here is a simplified version from /rt/apps/experiments/DukePad/modules/calculator (excludes OSGI references and any Java 8 syntax usage).
...
Code Block | ||
---|---|---|
| ||
$ 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.
...