Jump to content
Changes to the Jaspersoft community edition download ×

arch_1

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything 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);
  2. do you have an updated example of this that does not use deprecated APIs?
×
×
  • Create New...