Neo-JVM

Neo-JVM

neoexpert
13/01/2019
  • 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);

}

}

عرض المزيد

What's new in the latest 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

قم بتثبيت ملفات 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