JDOMParseException异常问题

很郁闷用tubrine框架的时候就没有错误,改了个struts2框架就报
org.jdom.input.JDOMParseException: Error on line 192: The element type "init" must be terminated by the matching end-tag "". 这个异常了,怎么回事呢?

xml文件直接用ie打开看能不能正确打开,能就代表没问题

Jdom 解析xml错误,仔细看看你的xml文件。

提示知道,少了end-tag。

init元素没有结束标签