Jump to content
Changes to the Jaspersoft community edition download ×

arch_1

Members
  • Posts

    3
  • Joined

  • Last visited

arch_1's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  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...