System requirements to run PlantUML?

0 votes
asked Mar 9, 2021 in Question / help by simon
What are the system requirements to run PlantUML and what code is it written in?

1 Answer

0 votes
answered Mar 9, 2021 by chris (2,540 points)
edited Mar 9, 2021 by chris

You can get started using the online server, but to run locally it's just a jar file (Java is the programming language. You will need a JRE installed, but otherwise pretty much whatever you're using will run it). It relies on another tool called Graphviz, but that is packaged into the most recent versions and not all diagrams require it.
Take a look at the getting started guide:
https://plantuml.com/starting

...