Paul Clapham wrote:What's this "json.lib" thing? Is it a jar file? If so, did you examine it to see if that XOM class was in it? (I would expect XOM to be a dependency, instead of being combined with JSON, but then the documentation should have said that.)
Hi Paul
Yes. JSON is a jar that helps converting xml files into json (A slightly light weight and more readable format)
json
And no, XOM does'nt seem to be part of that. There was a dependency file given.
I think it maybe that the file is not being identified or something.
So in that case, let me tell you what I did. I created a new File (add->new->file) in eclipse and copied the dependency to this and put it in the class path.
It was something like this:
I have'nt added a dependency before so I did right click on Project in eclipse->import->import archive file.
Is this how it is done. Probably this is the problem.
Thanks
Supraja J