Here is the notes to set up the environment of Linux that some ZK components depends on.

Chart and Captcha

Chart and Captcha depends on Java Swing. To make Swing works correctly under Linux, you have to install openjdk-6-jre1

sudo apt-get install openjdk-6-jre
sudo /etc/init.d/tomcat6 restart

Jaspserreport

Jasperreprot is based on the JasperReports project. To make it run correctly under Linux, you have to make sure all fonts that you use are installed.

sudo aptitude install msttcorefonts
sudo /etc/init.d/tomcat6 restart

The procedure to install fonts might depend on the version you use. Please refer to this discussion for more information.

  1. The default installation includes only openjdk-6-jre-headless and openjdk-6-jre-lib

Comments