XML in JOGL demos ???

Hi, all:
Sorry to post this question here, which seems to have nothing to do with JOGL.
But, in jogl-demos, there are things like

import simple.xml.Element;
import simple.xml.ElementList;
import simple.xml.Root;
import simple.xml.Serializer;
import simple.xml.load.Persister;

I really can’t find a corresponding .jar file to handle all these simple.xml .

So, can anybody give me a hand on removing those annoying error notification in Eclipse/Netbeans?
Which .jar files should I use?

Cheers
JIA

Problem solved.

use


simpleframework

Cheers