组织模式工厂 UML 问题

Org-mode Plant UML issue

我在我的 org 文件中使用 PlantUML 来生成 UML 图。当我尝试通过

创建 泛化 关系时
#+begin_src plantuml :file generalization-plantuml.png :exports none
Elective ^-- Subject
#+end_src

我收到错误消息

Dot executable: /opt/local/bin/dot
File does not exist.
Cannot find Graphiz. You should try
@startuml
testdot
@enduml
or
java -jar plantuml.jar -testdot

任何线索,我哪里做错了。

我也试过了

Elective <|-- Subject

但是,它也给出同样的错误。

如果您想导出 class 图表,Graphviz 是 plantuml.jar 的必备工具。

可以参考plantuml official site