I am not able to instantiate Tidy
as
Tidy t= new Tidy();
in my java code.
This jar is in my class path, and there are no compilation errors.
My code exits to the finally block after hitting this line without getting into the catch block, skipping any code after the line.