Hi Guys,
I'm getting the following error message when I create JAR file of my application and run:
Caused by: java.lang.ClassNotFoundException: org.apache.xml.serializer.TreeWalker
If I execute my program from Eclipse then no error shows up. But if I create a JAR and try to run it, only then I get this error. I guess I am missing an external jar for xml. If I'm right, could you guys tell me which jar I will need and where can I find it.
Thanks in advance.