Jasper Reports

Hello,
I am trying to export or show a pdf file using jasper Reports
I follow the tutorial on:
http://www.servoy.com/downloads/tutoria … eport.html

I made the “report.jrxml” file
and now i was trying to use the runReport Comand:
plugins.jasperPluginRMI.runReport(controller.getServerName(),‘report1.jrxm’,null,‘view’,null);

I have an error because the second argument of the method is null (‘report1.jrxml’)

in the tutorial is showed how to set the directory where the file is located.
But in the version 5.0.1 i am using i havent found where to set it

Sorry for my english mistakes, hope you understand it and thank for your help

how to set the directory where the file is located

The Jasper plugin has some properties that need to be set on the server…

Load up your local instance of application server e.g.: http://localhost:8080/servoy-admin

Click “Server Plugins”

Find “jasperPluginRMI”

Then fill in a path in the “directory.jasper.report” field

Kickstart Servoy Developer, which will in turn kickstart your local application server instance