java.lang.NoClassDefFoundError: java.awt.Container

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

    You may use

    `sudo update-java-alternatives -s java-6-oracle`
    

    Instead of using

    `sudo update-java-alternatives -s java-6-sun`
    

    or try to change 6 with the version of Java that you used.

提交回复
热议问题