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の旧バージョン

APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で 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