Skip to content

Commit

Permalink
Further improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrill007 committed Mar 22, 2015
1 parent 1fa819a commit 0bc0748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Description

The usage is very simple:

1. Start your application or application server with -javaagent:loosejar.jar flag (loosejar.jar should obviously point to the correct path of the actual jar)
1. Start your application or application server with `-javaagent:loosejar.jar` flag (loosejar.jar should obviously point to the correct path of the actual jar)
2. Exercise your application to make sure that the classes get loaded into the JVM.
3. Get loosejar analysis results via JMX console (open jconsole and run com.googlecode.loosejar.LooseJarMBean#summary() in MBeans folder) or on application shutdown (via regular console log).
3. Get loosejar analysis results via JMX console (open jconsole and run `com.googlecode.loosejar.LooseJarMBean#summary()` in `MBeans` folder) or on application shutdown (via regular console log).

loosejar can only be used on Java 1.5 or higher JVMs.

Expand Down

0 comments on commit 0bc0748

Please sign in to comment.