Neo-JVM

Neo-JVM

neoexpert
2019年01月13日
  • 62.5 KB

    文件大小

  • Android 4.0+

    Android OS

關於Neo-JVM

新JVM

Simuliert eine JVM.

Zur Zeit funktioniert nur ein begrenzte Anzahl an op-codes. Dieses Programm ist OpenSource:

https://gitlab.com/neoexpert/jvm

Beispiel-Programm, das ausgeführt werden kann:

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);

}

}

更多

最新版本0.5的更新日誌

Last updated on 2019年01月13日
Much more op-codes implemented.
"Hello World" program works now.
更多

視頻和屏幕截圖

  • Neo-JVM 海報
  • Neo-JVM 截圖 1

Neo-JVM歷史版本

Neo-JVM 0.5

62.5 KB2019年01月13日
下載

Neo-JVM 0.1

45.9 KB2017年04月21日
下載
APKPure 圖標

在APKPure極速安全下載應用程式

一鍵安裝安卓XAPK/APK文件!

下載 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies