just read in jdom.org that JDOM is not thread-safe.. what does this mean exactly? (don't know much about threads..) that JDOM does not include thread APIs, or that you can't do threads AT ALL with it? For my project I have to be able to set threads... (can I use thread-related classes from system API to make it thread-safe?) thanks.. Frances