nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

Error when putting PlantUML object diagram in DeveloperGuide markdown file #56

Closed zhengster closed 2 years ago

zhengster commented 2 years ago

I am experiencing some difficulties with integrating a PlantUML object diagram in my Developer Guide markdown file. In the md file, when I try to insert a PlantUML diagram field like so:

@startuml
object Duke
object SatisfactionList
@enduml

I get the following error: image I have followed all the instructions here (https://se-education.org/guides/tutorials/plantUml.html): I've downloaded GraphViz and configured the path to the dot executable in Settings > Languages & Frameworks > PlantUML. I'm not sure why the dot executable is not being found.

okkhoy commented 2 years ago

I think you need to add the path to plantuml to the the system path