Hi all,
not only jasper-compiler.jar jasper-runtime.jar and servlet.jar, the
ant.jar also need to be put into CLASSPATH. Without these four jars,
the jsp compile will failed with java.lang.NoClassDefFoundError.
It's weird to me, why do I have to put these jars into CLASSPATH?
Best regards,
Leon
Hi all,
I found I have to put jasper-compiler.jar jasper-runtime.jar and
servlet.jar into CLASSPATH, otherwise the jsp compile will be failed.
I tried to put preceding three jars into Ant's lib directory, but it
doesn't work.
My first question is what's the differences of system's CLASSPATH and