clarkware / jdepend

A Java package dependency analyzer that generates design quality metrics.
MIT License
663 stars 132 forks source link

Installation #11

Open alhudaghifari opened 7 years ago

alhudaghifari commented 7 years ago

Dear clarkware please give more explanation about installation. I don't understand what should I do with that.

momolinus commented 7 years ago

you could use as eclipse plugin: http://andrei.gmxhome.de/jdepend4eclipse/index.html

Podbrushkin commented 1 year ago

I've had a trouble running it first time too. Basically what you can do is:

  1. Unzip archive from Releases anywhere you want;
  2. Open Terminal in jdepend-2.10\lib directory;
  3. Run JDepend Swing GUI for your Maven project: java -cp jdepend-2.10.jar jdepend.swingui.JDepend E:\JAVA\MyMavenProject\target\classes\.

If you have decided to create system environment variable JDEPEND_HOME as it is suggested in doc, then you can run JDepend from any directory, for example out of root directory of your maven project: