This is Kaffe, a complete virtual machine and class library set which allows the execution of Java code. It comes with a virtual machine and a set of class libraries including beans, and an AWT graphics system.
This is Kaffe, a complete virtual machine and class library set which allows the execution of Java code. It comes with a virtual machine and a set of class libraries including beans, and an AWT graphics system.
To install kaffe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kaffe
To see what files were installed by kaffe, run:
port contents kaffe
To later upgrade kaffe, run:
sudo port selfupdate && sudo port upgrade kaffe
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.