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

alisson_gomesc

Members
  • Posts

    2
  • Joined

  • Last visited

alisson_gomesc's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Sorry, I forget say my system execute in jdk 1.4. There solution is: new BigDecimal(0)->new BigDecimal(0.0) or new BigDecimal(0)->new BigDecimal("0") Extra caution new BigDecimal($F{mybigDecimal}.doubleValue()/100) -> new BigDecimal($F{mybigDecimal}.doubleValue()/100.0)
  2. Hi, Im using jasper/ireport 2.0.1, compile whitout errors, but in execute error occur with BigDecimal relations. I thinking is because the contructor: jdk 1.5 BigDecimal(String val) BigDecimal(double val) BigDecimal(long val) BigDecimal(int val) jdk 1.4 BigDecimal(String val) BigDecimal(double val) How way fix this? somebody known? Thanks.
×
×
  • Create New...