Jump to content
Changes to the Jaspersoft community edition download ×

jekriando90

Members
  • Posts

    1
  • Joined

  • Last visited

jekriando90'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. I create java method and I want to execute that on jasper report, like this: package javafunct; public class Main { public String getTes(){ return "it work"; } } i want to show that result to my jasper report, so i put that on textfield with textfield expression : new javafunct.Main().getTes() i had compiled that,and then i set that jar file to the ireport classpath and my php code. when i run from ireport it's working. but when i run from php to open this report, it's not work .. the error is : Error evaluating expression : Source text : new javafunct.Main().getTes() thanks before,,
×
×
  • Create New...