Jump to content

BigDecimal, java 5, jdk1.4


alisson_gomesc

Recommended Posts

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.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...