Calling GraphViz dot process using Javas Runtime.getRuntime().exec() and passing in a file name doesn’t work but echoing input works
For some reason whenever I execute Graphviz dot
using Java’s Runtime.getRuntime().exec() in two different ways (one echoing the input, one passing in the filename) – only echoing works.