java.lang.NoClassDefFoundError: java.awt.Container

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

    In my opinion, This could be problem with OpenJDK. try switching to official Oracle/Sun JDK with this command.

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

提交回复
热议问题