Jump to content

arch_1

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by arch_1

  1. I use InputStreams to do the load that way I can have it in either class path or physical file or some other stream source.

    InputStream jasperStream = getClass().getResourceAsStream("/Foo.jasper");
    JasperReport report = (JasperReport) JRLoader.loadObject(jasperStream);

×
×
  • Create New...