Linux

From Documentation
Revision as of 12:37, 19 January 2022 by Hawk (talk | contribs) (correct highlight (via JWB))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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-jre[1]

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

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

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.

Version History

Last Update : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.