Reputation: 9603
I have created a game and would like to automatically create a class diagram from my J2ME code. NetBeans (pre 6.5 I think) used to have UML plugin to do this, but as I am using the latest 6.8 version of NetBeans I can't use this old UML plugin anymore!
Does anyone know how I can automatically create a class diagram from my J2ME project?
Upvotes: 3
Views: 1292
Reputation: 9603
umbrello seems to do the job! link text
Although I do have to manually drag and drop classes to get them to display! but thats better than making the whole thing manually I suppose!
Upvotes: 1
Reputation: 1842
Unfortunately, I try to find any free reverse engineering uml tool and find nothing good except netbeans uml editor. EclipseUML Omondo Free Edition is quite good, but on free edition do not support reverse engineering As far as I know. But if you need a one time diagram - you can try trial EclipseUML Omondo Studio Edition. But in this case you need port project to eclipse - not so hard as it looks. Good luck!
Upvotes: 1