This tools use for compile and run Java Command Line Application via Terminal Emulator (Termux) Android.
- First script will compile
.java
extension to class file. - After
.java
compiled and classes file.class
generated, script will zip all of.class
files on single.jar
file. - After
.jar
file generated script will create Android.dex
file. - Finnaly Java can be executed on Android with dalvikvm.
Run command bash install
to install required dependencies.