Jump to content
Changes to the Jaspersoft community edition download ×

problema al cargar .jasper o .jrxml


dragolex10_1

Recommended Posts

E intentado compilar un archivo generado por irreport pero siempre me sale un erro y cuando creo un archivo simple me  compila bien

 

nputStream input= new FileInputStream( request.getSession().getServletContext().getRealPath("/")+"reports/cfcpermitfin.jrxml" );
            JasperDesign design = JRXmlLoader.load(input);
            JasperReport reportFile =
            JasperCompileManager.compileReport(design);  */

 

el problema se dal al intentar compilar el archivo y no se porque esta dando el error si aplico elemetos simples.

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...