• Neo-JVM 1
  • Neo-JVM 2

Neo-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

Category : Tools

Related searches

Reviews (5)

Py1. P. Mar 21, 2021     

People rating 1 star it is not doing their research. This guy is making a full fledge JVM on android without using dalvik/ART which is amazing but hard job. The newer versions are on gitlab. Time to run minecraft server with this 😂😂

THE. B. F. Jul 21, 2021     

Please show a tutorial on how to operate this app. I can't underatand anything :/

Tsh. M. Dec 24, 2020     

This app needs work a lot of it😳sorry

Som. w. A. Jul 1, 2020     

Not a nice app nothing works!

LaS. A. Dec 4, 2020     

Wasteeeeeww