Closed doljae closed 2 years ago
Default paths are handled by plantuml itself: https://github.com/plantuml/plantuml/blob/b27fa50b5038140eba66e0c82eaed0d0403ed517/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizLinux.java#L49
You can set a custom path at settings:
Thanks. Actually, I already found the custom setting in IntelliJ preference... Anyway thank you for kind reply :)
Description
/usr/local/bin/dot
)/usr/local/bin
directory. I think this is a reason.~~So I copied the dot file in
/opt/homebrew/bin/
to/usr/local/bin
. But I am still getting the same error. Is there any way to use normally?~~Update
After moving the dot-related files to
/usr/local/bin
, I restarted intellij and confirmed that it works normally.I think the problem is because this plugin looks at the dot file inside the directory of
/usr/local/bin
. If there is a way to modify the path of the dot file through intellj or changing settings, please share.