Freedom to leave everyone else hanging while you satisfy your anti-windows urges?
US civilian business world has the least patience with that kind of attitude.
Great companies are not run by those who conform to tyranny.
Freedom to leave everyone else hanging while you satisfy your anti-windows urges?
US civilian business world has the least patience with that kind of attitude.
Are you suggesting triple-nested virtualization? ? Even VirtualBox only supports double-nested, I tried that for myselfOr since Linux is Wine's reference platform, can you run Linux in a VirtualBox, Bhyve VM and run Sparx via Wine in that?
Heh, yeah, I probably should have put an or there rather than a comma. Just one is fine... for nowAre you suggesting triple-nested virtualization? ? Even VirtualBox only supports double-nested, I tried that for myself![]()
After trying other suggestions this umbrello worked out of the box. Argouml, Plantuml and Netbeans... I can get only a blank and white screen as base window.I can suggest devel/umbrello, a UML modeler for KDE. Also, OpenOffice / LibreOffice do offer diagramming capabilities.
I think you might be running into the classic reparenting issue with Dwm and Java detailed here (along with a solution)?My window manager: dwm.
So, I will not try some bogus and bloated wm just for sketch some lousy diagrams for training.
Java applications which use the XToolkit/XAWT backend may drawgrey windows only. The XToolkit/XAWT backend breaksICCCM-compliance in recent JDK 1.5 and early JDK 1.6versions, because it assumes a reparenting window manager.Possible workarounds are using JDK 1.4 (which doesn’tcontain the XToolkit/XAWT backend) or setting theenvironment variable AWT_TOOLKIT=MToolkit (to use theolder Motif backend instead) or running xprop -root -f_NET_WM_NAME 32a -set _NET_WM_NAME LG3D or wmnameLG3D (to pretend that a non-reparenting window manageris running that the XToolkit/XAWT backend can recognize) orwhen using OpenJDK setting the environment variable_JAVA_AWT_WM_NONREPARENTING=1.