Fast JVM launching without the hassle of persistent JVMs
Drip is a launcher for the Java Virtual Machine that provides much faster startup times than the java command. The drip script is intended to be a drop-in replacement for the java command, only faster.
Drip is a launcher for the Java Virtual Machine that provides much faster startup times than the java command. The drip script is intended to be a drop-in replacement for the java command, only faster.
To install drip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install drip
To see what files were installed by drip, run:
port contents drip
To later upgrade drip, run:
sudo port selfupdate && sudo port upgrade drip
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.