java.lang.NoClassDefFoundError: java.awt.Container

后端 未结 7 1048
借酒劲吻你
借酒劲吻你 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:45

    I was getting the same problem when trying to install Visual Paradigm on Ubuntu 12.10 64 bit.

    Java version:

    java version "1.7.0_11"
    Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
    Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
    

    This seemed to fix the problem:

    sudo apt-get install ia32-libs

提交回复
热议问题