diff --git a/run_uml.sh b/run_uml_gaphor.sh
similarity index 74%
rename from run_uml.sh
rename to run_uml_gaphor.sh
index 058e6dd5e27ac83e602c368fdb0b1da082d49ffc..8c7aeaa5aff800c17273cdec6f828f7ee0f4c6a0 100755
--- a/run_uml.sh
+++ b/run_uml_gaphor.sh
@@ -3,6 +3,7 @@
 #
 # Start the gaphor UML Application
 #
+echo "Start the gaphor UML Application"
 . venv/bin/activate
 pip install -r requirements.txt
 gaphor
\ No newline at end of file
diff --git a/run_uml_plantuml.sh b/run_uml_plantuml.sh
new file mode 100755
index 0000000000000000000000000000000000000000..f9cef0c9e29f3a0ef4e5b516eb08c61895668b0b
--- /dev/null
+++ b/run_uml_plantuml.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+#
+# Start the plantuml UML Application
+#
+echo "Start the plantuml UML Application"
+. venv/bin/activate
+java -jar docs/uml_plantuml/plantuml.1.2021.1.jar
\ No newline at end of file