Using Ktor Backend for create Jasperreports
i got stuck in creating PDF Reports.
I created an raport with the Jaspersoft Studio.
Now i want to fill the reports using my ktor backend.
To activate the function i using postman. I send this [ /report/1 ] with get to my backend.
as result i get this error message:
net.sf.jasperreports.engine.JRException:
Class not found when loading object from file: C:\path\Test.jasper.
to fill the report i use this functions:
fun createReport (userID: String) {
val id = userID...