Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    File Size

  • Android 4.0+

    Android OS

About Neo-JVM

Simulates a JVM

Simulates a JVM on Android

Example code that does run after compilation to a class file:

public class Main {

public static void main(String[] args) {

fak(10);

}

public static int fak(int i){

if(i<=0)

return 1;

return i*fak(i-1);

}

}

Sourcecode:

https://gitlab.com/neoexpert/jvm

Show MoreShow Less

What's new in the latest 0.5

Last updated on 2019-01-13
Much more op-codes implemented.
"Hello World" program works now.

Neo-JVM APK Information

Latest Version
0.5
Category
Tools
Android OS
Android 4.0+
File Size
62.5 KB
Developer
neoexpert
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Neo-JVM APK downloads for you.

Old Versions of Neo-JVM

Neo-JVM 0.5

Jan 13, 201962.5 KB
Download

Neo-JVM 0.1

Apr 21, 201745.9 KB
Download

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure