By: Dejan - dnikolov
java.lang.NoClassDefFoundError: dori/jasper/e
2002-09-13 23:57
When I start report in my application
I get message:
java.lang.NoClassDefFoundError: dori/jasper/engine/JasperLoadManager
and this class is not in jasperreports.jar
By: Teodor Danciu - teodord
RE: java.lang.NoClassDefFoundError: dori/jasper/e
2002-09-14 02:15
Hi,
This class was removed since 0.4.0.
It didn't do much.
What you need now is the
dori.jasper.engine.util.JRLoader
and the appropriate cast for the objects returned.
See how the other manager classes use JRLoader.
Thank you,
Teodor
java.lang.NoClassDefFoundError: dori/jasper/e
2002-09-13 23:57
When I start report in my application
I get message:
java.lang.NoClassDefFoundError: dori/jasper/engine/JasperLoadManager
and this class is not in jasperreports.jar
By: Teodor Danciu - teodord
RE: java.lang.NoClassDefFoundError: dori/jasper/e
2002-09-14 02:15
Hi,
This class was removed since 0.4.0.
It didn't do much.
What you need now is the
dori.jasper.engine.util.JRLoader
and the appropriate cast for the objects returned.
See how the other manager classes use JRLoader.
Thank you,
Teodor
0 Answers:
No answers yet