Neo-JVM

Neo-JVM Free App

Rated 0.00/5 (0) —  Free Android application by neoexpert

Advertisements

About 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://github.com/neo-expert/Android-JVM

How to Download / Install

Download and install Neo-JVM version 0.1 on your Android device!
Downloaded 1+ times, content rating: Everyone
Android package: com.neoexpert.jvm, download Neo-JVM.apk

All Application Badges

Free
downl.
Android
4.0+
For everyone
Android app


Oh snap! No comments are available for Neo-JVM at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
0.05
0 users

5

4

3

2

1