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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.