Add configurability of graphiz-java
's engine
#3
Labels
good first issue
Good for newcomers
Milestone
graphiz-java
's engine
#3
graphviz-java
offers several implementations of Graphviz. The problem is that those implementations are quite "fragile", i.e. if the first one defined is determined to be "available" bygraphviz-java
, it will be used even if it causes errors down the line on a specific machine.An example here is an old CLI version of Graphviz unable to create a specific format, or a Nashhorn version unable to initialize due to JVM bugs/peculiarities, eventually throwing an NPE or similar.
Try
) and provide proper fallback support.The text was updated successfully, but these errors were encountered: