Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Cannot find Graphviz #359

Closed
GabriellaTeh opened this issue Oct 25, 2020 · 3 comments
Closed

Cannot find Graphviz #359

GabriellaTeh opened this issue Oct 25, 2020 · 3 comments

Comments

@GabriellaTeh
Copy link

Hello, I followed the instructions on how to install graphviz and installed the PlantUML integration plugin on intellij. However, I am unable to see the diagrams and keep getting the error below. I am not sure why this is happening.
Screenshot 2020-10-26 at 12 13 53 AM

@damithc
Copy link
Contributor

damithc commented Oct 25, 2020

@GabriellaTeh also share a screenshot of the place where you set the path to the dot.exe file.

@itsjerryho
Copy link

itsjerryho commented Nov 8, 2020

In case anyone is still struggling with Graphviz installation:

  1. Simply go to download link to install the zip file
  2. Extract the folder to your Program Files
  3. Open your command prompt, navigate to the location of the bin folder and type dot -c
  4. Type dot -v and you should see the version of Graphviz that you've installed.
  5. Follow Step 2 in the diagram below and everything should work fine.
    image

@richardcom
Copy link

In case anyone is still struggling with Graphviz installation:

  1. Simply go to download link to install the zip file
  2. Extract the folder to your Program Files
  3. Open your command prompt, navigate to the location of the bin folder and type dot -c
  4. Type dot -v and you should see the version of Graphviz that you've installed.
  5. Follow Step 2 in the diagram below and everything should work fine.
    image

Thanks a lot! Just to add on, we need to run the command prompt as admin. Initially I did not run it as admin and it fails to run dot -c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants