Netbeans Platform with *.jrxml - problem

Good day!

I have a problem integrating Jasper & Netbeans platform. I have tried running Jasper in Netbeans & fortunately it executed well. But when I run Jasper in Netbeans PLATFORM, an error occured. The error which prompted says"java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester

at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:143)".

I would be most grateful to learn from you and hear your advise.

Thanks,

Charles

[532 byte] By [charleslinzon_dya] at [2007-11-27 0:00:20]
# 1

something obviously uses commons-digester. when you say "netbeans PLATFORM" do you mean a netbeans rich client application? if so, I suspect your project doesn't have commons-digester in it's runtime classpath. I don't know how to set this up in netbeans RCP, but it's bound to be well-documented. I wouldn't be surprised if you solve this, then hit a few more similar problems, either

georgemca at 2007-7-11 15:50:17 > top of Java-index,Java Essentials,Java Programming...
# 2

yes, RCP. i have installed already the Commons-digester in my classpath. I have no problem in running the commons-digester in Neatbean "java class", my problem is when i embbed it in the Nebeans-RCP. I even install all the commons *.jar found in the jasper lib directory, but it seems that im stack with this problem.

charleslinzon_dya at 2007-7-11 15:50:17 > top of Java-index,Java Essentials,Java Programming...