Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans 8 UML Diagrams

How to generate class diagrams of a project with Netbeans 8.x?

I tried to install the UML plugin from http://dlc.sun.com.edgesuite.net/netbeans/updates/6.9/uc/m1/dev/catalog.xml but this corrupted the whole settings of NB.

It should be possible to create a class diagram by right clicking on a project / file and say create class diagram or similar to the ObjectAid plugin for Eclipse. Preferably open-source; must be free

like image 403
Rufus_12 Avatar asked May 28 '14 07:05

Rufus_12


1 Answers

Tools -> Plugins > Look for "PlantUML". Install that. Then you're good to go! (:

like image 186
Tetramputechture Avatar answered Oct 12 '22 17:10

Tetramputechture