java.lang.NoClassDefFoundError: java.awt.Container

后端 未结 7 1055
借酒劲吻你
借酒劲吻你 2021-02-14 00:57

I am trying to install Visual Paradigm for UML. During the installation it crashes. This is the stack trace:

Unpacking JRE ...
Preparing JRE ...
Starting Install         


        
7条回答
  •  温柔的废话
    2021-02-14 01:28

    Run this command on Ubuntu18.04

    sudo apt-get update
    sudo apt-get install libxi6 libxtst6 libxrender1
    

提交回复
热议问题