Open alhudaghifari opened 7 years ago
you could use as eclipse plugin: http://andrei.gmxhome.de/jdepend4eclipse/index.html
I've had a trouble running it first time too. Basically what you can do is:
jdepend-2.10\lib
directory;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:
java -cp $env:JDEPEND_HOME\lib\jdepend-2.10.jar jdepend.swingui.JDepend .\target\classes\
java -cp $JDEPEND_HOME/lib/jdepend-2.10.jar jdepend.swingui.JDepend ./target/classes/
Dear clarkware please give more explanation about installation. I don't understand what should I do with that.