I'm trying to compile a .jrxml file that use a import class of a custom jar, I tried some ways to add the custom jar to classpath but when I execute jasperstarter compile myreport.jrxml always throw the error:
1. Only a type can be imported. conversionscriplet.ConversionScriplet resolves to a package
import conversionscriplet.ConversionScriplet;
Hi,
I'm trying to compile a .jrxml file that use a import class of a custom jar, I tried some ways to add the custom jar to classpath but when I execute jasperstarter compile myreport.jrxml always throw the error:
1. Only a type can be imported. conversionscriplet.ConversionScriplet resolves to a package
import conversionscriplet.ConversionScriplet;
Partial code of the report:
¿is it possible to compile reports with imports?
Last edit: Antonio Nieto García 2021-11-04