olavo-brito Posted May 20, 2015 Posted May 20, 2015 Gentlemen,I'm using the Jaspersoft Studio version 6.0.4 and I'm migrating my iReport reports. I have a report that uses a class that is out of my workspace. The expression as shown below:msg(" Recebi da {0} a importância de R$ {1} ( {2} ) referentes as férias, confome especificações acima mencionadas.", $F{matrizrazaosocial}, new DecimalFormat("#,###,##0.00").format($V{TOTAL_LIQUIDO_RETORNO}.doubleValue()), controller.gerais.GnsCtrGrs1a.valorPorExtenso($V{TOTAL_LIQUIDO_RETORNO}.doubleValue(), new Integer("0")))Added in Properties for MyReports => Java Build Path => Source the Link Source, but without success. Any help is welcome! Olavo Jr.
hozawa Posted May 21, 2015 Posted May 21, 2015 I don't think it's a classpath problem because you're not getting class not found error. Are you sure the data types of the numbers are all correct?
olavo-brito Posted May 21, 2015 Author Posted May 21, 2015 Hello Hozawa,I see no problems as this expression compiles and usually works on iReport version 5.6.0.Olavo Jr.
Solution olavo-brito Posted May 21, 2015 Author Solution Posted May 21, 2015 Gentlemen,It was necessary to add to the Java Build Path => Libraries src paths and the bin as the image below. Following their inclusion compilation took place without any more mistakes.Olavo Jr.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now