今天想在IDEA上打开.puml后缀的类图,发现IDEA并不能识别,但是正常的时序图却能正常打开,打开类图就报如下错误:
IDEA | Dot Executable: null..No dot executable found

解决方案

经排查,idea的plantuml插件默认只支持时序图,类图还需要指定dot.exe,按如下操作即可:
IDEA | Dot Executable: null..No dot executable found
IDEA | Dot Executable: null..No dot executable found
IDEA | Dot Executable: null..No dot executable found
IDEA | Dot Executable: null..No dot executable found
通过如上步骤后,就可以进行plantuml作图啦
IDEA | Dot Executable: null..No dot executable found

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2022-02-14
  • 2021-07-04
  • 2021-05-25
  • 2021-06-19
  • 2021-09-25
  • 2021-06-06
猜你喜欢
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案