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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.