Here are the simple steps you would need to carry out to install iBATIS on your Linux machine:
- Download latest version of iBATIS from Download iBATIS.
- Unzip the downloaded file to extract .jar file from the bundle and keep it in appropriate lib directory.
- Set PATH and CLASSPATH variables at the extracted .jar file(s) appropriately.
Here are the steps I carried out on my linux machine after downloading iBATIS binary file:
Next : Create sqlmapconfig.xml
| $ unzip ibatis-2.3.4.726.zip inflating: META-INF/MANIFEST.MF creating: doc/ creating: lib/ creating: simple_example/ creating: simple_example/com/ creating: simple_example/com/mydomain/ creating: simple_example/com/mydomain/data/ creating: simple_example/com/mydomain/domain/ creating: src/ inflating: doc/dev-javadoc.zip inflating: doc/user-javadoc.zip inflating: jar-dependencies.txt inflating: lib/ibatis-2.3.4.726.jar inflating: license.txt inflating: notice.txt inflating: release.txt $pwd /var/home/ibatis $set PATH=$PATH:/var/home/ibatis/ $set CLASSPATH=$CLASSPATH:/var/home/ibatis\ /lib/ibatis-2.3.4.726.jar |
Next : Create sqlmapconfig.xml