Collibra DGC installation error Could not initialize class java.awt.Toolkit
root@dgc:~# ./dgc_linux_5_2_1-FINAL.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
at java.awt.Component.<clinit>(Component.java:593)
at javax.swing.ImageIcon$2.run(ImageIcon.java:130)
at javax.swing.ImageIcon$2.run(ImageIcon.java:128)
at java.security.AccessController.doPrivileged(Native Method)
at javax.swing.ImageIcon.createNoPermsComponent(ImageIcon.java:127)
at javax.swing.ImageIcon.access$000(ImageIcon.java:69)
at javax.swing.ImageIcon$1.run(ImageIcon.java:103)
at javax.swing.ImageIcon$1.run(ImageIcon.java:100)
at java.security.AccessController.doPrivileged(Native Method)
at javax.swing.ImageIcon.<clinit>(ImageIcon.java:100)
at com.install4j.runtime.installer.frontend.GUIHelper.loadIcon(GUIHelper.java:175)
at com.install4j.runtime.installer.frontend.GUIHelper.<clinit>(GUIHelper.java:39)
Solution:
apt-get install default-jre
sudo apt-get install libxtst6:i386