Jarviz is a JAR file analyzer tool. You can obtain metadata from a JAR such as its manifest, manifest entries, bytecode versions, declarative services, Java module descriptors and more.
Jarviz is a JAR file analyzer tool. You can obtain metadata from a JAR such as its manifest, manifest entries, bytecode versions, declarative services, Java module descriptors and more.
To install jarviz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jarviz
To see what files were installed by jarviz, run:
port contents jarviz
To later upgrade jarviz, run:
sudo port selfupdate && sudo port upgrade jarviz
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.