Wiki source code of JDBC2XML Installation
Version 1.1 by christoph_lechleitner@iteg_at on 2012-08-03 05.39:03
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | = {{id name="JDBC2XMLInstallation-JDBC2XMLInstallation"/}}JDBC2XML Installation = |
| 2 | |||
| 3 | To install the database-dump tool, download the latest release as .tar.bz2 archive from the maven repository: | ||
| 4 | |||
| 5 | {{code language="none"}} | ||
| 6 | http://maven.clazzes.org/org/clazzes/jdbc2xml/1.0.0 | ||
| 7 | {{/code}} | ||
| 8 | |||
| 9 | === {{id name="JDBC2XMLInstallation-InstallingunderLinux"/}}Installing under Linux === | ||
| 10 | |||
| 11 | Unpack the archive to {{code language="none"}}/opt/java{{/code}} | ||
| 12 | |||
| 13 | Run the installation script {{code language="none"}}bin/installjdbc2xml.sh{{/code}} to create symlinks to {{code language="none"}}/usr/bin{{/code}}. | ||
| 14 | |||
| 15 | === {{id name="JDBC2XMLInstallation-InstallingforWindows"/}}Installing for Windows === | ||
| 16 | |||
| 17 | The archive contains an install-script for Windows under x86 and x64 architectures. An installed JRE 6 or higher is required. | ||
| 18 | |||
| 19 | Unpack the archive in any location and run the installation script {{code language="none"}}bin/installjdbc2xml.cmd{{/code}} | ||
| 20 | |||
| 21 |