Re: Requires JDOM?
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Looks like I need to update the Readme.txt file and add some info on what's needed to build and what's needed at runtime. All required libs to build/run swixml are part of the distribution and stored in the lib directory. Since JRE 1.4.x is the required build and runtime environment, an XML parser has not been included. At build time all jars are required: j2h.jar is a tool that generates an HTML version of the source, so the source can be looked at, at the swixml website without an editor or IDE. ui.jar is required at compile-time to resolve references in some methods that only execute when swixml runs on a Mac. ui.jar is part of the Mac version of the JRE and is not required on any other platform. Once again, this is only required at build-time and should never be deployed. ant.jar is required at build-time only .. do not deploy. jdom.jar is required at build AND at runtime and needs to be deployed. Therefore, to run the samples or your own stuff, you need to put swixml and jdom in the classpath and eventually deploy swixml and jdom with your own jar.