This repository contains the source for the Java on Mobile documentation site, published at:
π https://openjdk-mobile.github.io
The project aims to make Java a first-class language for mobile development.
We document goals, plans, and technical steps for supporting:
- iOS (JVM, libraries, frameworks, JavaFX, app packaging)
- Android (tooling and build integration)
Focus is first on libraries, then on applications.
This site is built with MkDocs.
- Python 3.x
pip
All dependencies for the project is defined in requirements.txt and can be installed using:
pip install -r requirements.txt