Hi I am getting the error taskdef A class needed by class org.apache.jasper.JspC cannot be found: Could not initialize class org.apache.jasper.JspC when I tried to build the build.xml file. can anyone please give me a solution. Thanks in advance
|
|
|
|
|
|
|
I had this problem too, but it was a long time ago and unfortunately my memory has become quite foggy on the subject. As I recall, you need to start ANT with the |
||
|
|
|
|
Do you have the required Jasper libraries in your classpath? |
||
|
|
|
|
That is a relatively high level exception. If you would like to know more detail about what is missing from your classpath, you can run It would be good to see the build.xml that you are using. Apache has put an example out here, which sounds similar to what you are using. If so, it requires that you specify some vars. For this example Apache suggests:
|
|||
|
|
