Fastjar is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while being 100% feature compatible.
Fastjar is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while being 100% feature compatible.
To install fastjar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fastjar
To see what files were installed by fastjar, run:
port contents fastjar
To later upgrade fastjar, run:
sudo port selfupdate && sudo port upgrade fastjar
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.