Hi everyone,
I'm using Soot in Eclipse and due to some errors that I got before (don't remember what they were) I added the jasper-runtime-3.3.2.jar to my class path.
After a while I realized that I need an upper version of jasper-runtime therefore after inspection I chose jasper-runtime-5.5.15.jar. I have removed the old version and added the new one to my class path but, I get the exception: couldn't find class: org.apache.jasper.runtime.HttpJspBase.
I do not know the cause of this exception because this class already exists in the jar file. I guess that this jar file is not found Is that right?
I tried to find the answer by searching but got no luck.
Could anyone help me?
Regards