Jump to content
We've recently updated our Privacy Statement, available here ×

anirudh.lou90

Members
  • Posts

    1
  • 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 anirudh.lou90

  1. I created a simple program and add a jasper report on it. My problem now is when I transferred my Deployed Project into another pc my report won't display and only JRE was installed on it and using 1.6 Java Version. It works fine on the pc where i am creating my project. What did I missed? This is the Structured of my deployed project: Mp127 src report report1.jasper report1.jrxml Mp127.jar lib //contains all jar files that i am using. And this is how i invoke my report: ... jasperDesign = JRXmlLoader.load(new File("").getAbsolutePath() + "/src/report/report1.jrxml"); jasperReport = JasperCompileManager.compileReport(jasperDesign); ... I am using ireport 4.5.0 plug in for NetBeans and used NetBeans 6.9. Is something wrong with my code? or Do I need to install something to the PC where i put my finish project?
×
×
  • Create New...