I'm trying to use jol, from openJDK.
I downloaded the jar from here:
http://central.maven.org/maven2/org/openjdk/jol/jol-cli/0.4/jol-cli-0.4.jar
However, when I try to run with:
java -jar jol-cli-0.4.jar --help
I get:
no main manifest attribute, in /home/rattias/jol-cli-0.4.jar
What am I doing wrong?
while the precompiled jars don't seem to work, I ended up building the project from sources following the instructions here. The
jol from jol-cli/target/jol-cli.jar
works fine.