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.
Neo-JVM 圖標

0.5 by neoexpert


2019年01月13日

關於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 更新 0.5

上傳者

Bruno Octavio

系統要求

Android 4.0+

更多

Neo-JVM 螢幕截圖

訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
成功!
您已訂閱我們的郵件通知。