Skip to content
Advertisement

Tag: graphviz

I want to use GraphViz in Maven project, but it fails: “class path contains multiple SLF4J providers” [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 months ago. Improve this question I want to use grahpViz with Maven but got this exception: ` my

Graphviz’s dot tool on Windows

I’ve created a java program to write a .dot file as I’m using Graphviz software to visualize some data. There is nothing wrong with a code itself, but when I try to execute the following command in command prompt: dot -Tpdf data.dot -o data.pdf in a folder where my java code is located, I get the following error: ‘dot’ is

Advertisement