Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Installation #11

Open
alhudaghifari opened this issue Apr 27, 2017 · 2 comments
Open

Installation #11

alhudaghifari opened this issue Apr 27, 2017 · 2 comments

Comments

@alhudaghifari
Copy link

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

@momolinus
Copy link

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

@Podbrushkin
Copy link

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:

  • Powershell: java -cp $env:JDEPEND_HOME\lib\jdepend-2.10.jar jdepend.swingui.JDepend .\target\classes\
  • bash: java -cp $JDEPEND_HOME/lib/jdepend-2.10.jar jdepend.swingui.JDepend ./target/classes/

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants