”Neo-JVM

Neo-JVM

neoexpert
Jan 13, 2019
  • 62.5 KB

    ขนาดไฟล์

  • Android 4.0+

    Android OS

เกี่ยวกับ Neo-JVM

Simulates a 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://gitlab.com/neoexpert/jvm

แสดงเพิ่มเติม

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 บน Android!

ดาวน์โหลด APKPure
thank icon
เราใช้คุกกี้และเทคโนโลยีอื่น ๆ บนเว็บไซต์นี้ เพื่อปรับปรุงประสบการณ์การใช้งานของคุณ
การคลิกลิงก์ใด ๆ ในหน้านี้แสดงว่าคุณยินยอมในส่วนของ นโยบายความเป็นส่วนตัว และ นโยบายคุกกี้ ของเรา
เรียนรู้เพิ่มเติม