Please be aware that there is newer version of documentation available for Webswing. Documentation 24.2
How to enable Jasper Reports Printing on Linux
Expected Behavior
Jasper Reports can be printed on Linux
Solution
Under Unix type OS deployment Jasper Reports are looking for jasperreports.properties
file for the configuration purposes.
By default the file is searched on path ${webswing.rootDir}/admin/jasperreports.properties
The path can be adjusted by providing additional System Property to the application's VM args like in following example: -Dnet.sf.jasperreports.properties=${webswing.rootDir}/apps/
swingset3
Following content has to be in the jasperreports.properties
file:
net.sf.jasperreports.awt.check.available.printers=false