Neelakantan K wrote:

Hi,
I dowloaded the dom4j-1.6.jar and tryied using the JTableDemo.
But i am geting compilation error at
XMLTableModel model = new XMLTableModel(definition, document);
i.e at line no : 51.There is no such contructor.

Well you haven't said what the types of definition and document are? Do they match any of the constructors: http://www.dom4j.org/apidocs/org/dom4j/swing/XMLTableModel.html If you still have problems post a minimal but complete example that exhibits the problem?

Another problem is that I am not able to use the dom4j-1.6.1.jar its giving so many problem I am using Eclipse IDE and totally new to this.

Works fine for me, Have you added the jar to the build classpath in Project->properties->java build path? Can you run "unzip -l dom4j-1.6.1.jar" or open it with winzip to check it's not corrupted?

MikeG



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to