Neo-JVM icon

0.5 by neoexpert


Jan 13, 2019

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

What's New in the Latest Version 0.5

Last updated on Jan 13, 2019

Much more op-codes implemented.
"Hello World" program works now.

Translation Loading...

Additional APP Information

Latest Version

Request Neo-JVM Update 0.5

Uploaded by

Bruno Octavio

Requires Android

Android 4.0+

Show More

Neo-JVM Screenshots

Comment Loading...
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.