|
Sometimes, with the Desktop Effects turned on, Linux users may encounter a problem of blank application screen in Visual Paradigm tool. Installing, running Visual Paradigm tool and modeling in tool are hindered by this issue. This article introduces solutions to help Linux users to get rid of the problem.
With Desktop Effects (e.g. 3D Desktop) turned on in Linux, when you install or startup the Visual Paradigm products, you may see a blank application screen like this:
Actually, this is a general problem to most of the Swing applications. This is caused by the fact that AWT toolkit does not support the Beryl or Compiz window managers. In order to solve this problem, you can either: export AWT_TOOLKIT=MToolkit
To start any installed Visual Paradigm products on console, run the product launcher(s) located inside the %VP-Installation-Directory%/launcher folder. You may get the UnsatisfiedLinkError (or similar error) as below when launching the Visual Paradigm products with the executing statement above:
This can be fixed by installing the libXp library: NOTE: On Ubuntu, you cannot use "sudo yum install libXp", please execute "sudo apt-get install libxp6" instead.
By running through the steps above, the Visual Paradigm products can be started up properly.
We hope this article will help to solve the problem. Should you have any questions in further, feel free to contact our Technical Support Team through the following page: http://www.visual-paradigm.com/support/technicalsupport.jsp
 |
sudo apt-get install libxp6
and not apt-get install libXp. Note, this command IS case-sensitive and cannot contain uppercase letters. It also must begin with the "sudo" command, else, under ordinary circumstances the installation will fail.