Enterprise Architect on Ubuntu with CodeWeaver's Wine
Save yourself a lot of trouble and just run it on Windows under VirtualBox. It works perfectly.
It runs under WINE, but the help menus don't work and the ODBC for reverse engineering seems quite difficult to configure. Did get Sybase freeTDS to connect, but couldn't see the ODBC DSNs in EA. Gave up and decided to run it on Windows.
For forward/reverse engineering of databases, setup unixODBC
Setup unixODBC Wine integration by
sudo gedit /etc/profile
Add:
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
Follow EA on linux setup
CodeWeaver's Wine
It runs under WINE, but the help menus don't work and the ODBC for reverse engineering seems quite difficult to configure. Did get Sybase freeTDS to connect, but couldn't see the ODBC DSNs in EA. Gave up and decided to run it on Windows.
For forward/reverse engineering of databases, setup unixODBC
Setup unixODBC Wine integration by
sudo gedit /etc/profile
Add:
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
Follow EA on linux setup
CodeWeaver's Wine
Comments