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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.