Neo-JVM Application icon

Neo-JVM 0.5

62.5 KB / 10+ Downloads / Rating 3.1 - 11 reviews


See previous versions

Neo-JVM, developed and published by neoexpert, has released its latest version, 0.5, on 2019-01-06. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 3.1, based on 11 reviews.

Neo-JVM APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.neoexpert.jvm

Updated: 6 years ago

Developer Name: neoexpert

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Neo-JVM on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.1
Total 11 reviews

Reviews

1 ★, on 2020-07-01
Not a nice app nothing works!

5 ★, on 2017-11-11
Good

Previous Versions

Neo-JVM 0.5
2019-01-06 / 62.5 KB / Android 4.0+

About this app

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

New features

Much more op-codes implemented.
"Hello World" program works now.

App Permissions

Allows an application to write to external storage.
Allows an application to read from external storage.