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

sordonez

Members
  • Posts

    2
  • Joined

  • Last visited

sordonez's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi teodor, thanks for your answer. I will try to resolve the problem with the jdt-compiler.jar in the classpath but I create my reports using: JasperReport report = JasperCompileManager.compileReport(this.getClass().getClassLoader() .getResourceAsStream(resumenCorteComite.xml)); JasperFillManager.fillReport(report, parameters, connection); How can I create my object JasperReport using just the .jasper? thanks again.
  2. Hi I´m trying to compile a report in this way JasperReport report = JasperCompileManager.compileReport(this.getClass().getClassLoader().getResourceAsStream(resumenCorteComite.xml)); that instruction run well in a OC4J Container in Windows xp but when I try to run this one in a OC4J Container in a Solaris I get the follow error: Caused by: java.io.IOException: javac: not found at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:52) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:566) at java.lang.Runtime.exec(Runtime.java:491) at java.lang.Runtime.exec(Runtime.java:457) at net.sf.jasperreports.engine.design.JRJavacCompiler.compileClasses(JRJavacCompiler.java:62) 14:03:23,138 ERROR net.sf.jasperreports.engine.JRException: Error compiling report java source files : /ias/j2ee/home/resumenCorteComite_1177956202947_79853.java Please anyBody can help me? Thank a lot
×
×
  • Create New...