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