VM02 is a Java compatible environment for the Apple II series of computers. Most basic features of a Java VM are implemented to allow direct execution of standard Java class files on a 64K, 8 bit, 1 MHz Apple II computer.
Categories
Virtual MachineLicense
GNU General Public License version 2.0 (GPLv2)Follow VM02
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
As a Java programmer and someone who learned how to program on an Apple //e, I think this is very cool. I was able to get it to work in jace.jar but not in AppleWin. There are a couple of additions that could make this much better: 1. A JIT or AOT compiler to speed up the run time. 2. The ability to utilize Apple //e RAM extenders to increase the amount of memory available to Java apps. For example, emulation of the RAMworks III card is supported by AppleWin and can extend the available RAM to 8MB. This is done with the " -r 127 " command line switch on AppleWin.