Java
5.0 or later
Ant 1.7
Log4j
Java Transaction API
|
Java 5.0 or laterOSCARS is coded in Java 1.5 so you are likely to have a compatible Java version already installed. If java -version shows a version of 5.0 or greater you are ok. If not go to the Sun developers site and download the most recent JDK as you will need to compile our Java code.Ant 1.7Download the Ant distribution and install it with the following commands:% unzip apache-ant-1.7.0-bin.zip You are not
required to install the downloaded folder in /usr/local/ant but you
will want the ant comand to be on your PATH.
Log4jWe provide the log4j.jar file as part of the OSCARS distribution. Documentation on how to configure it can be found here. To see how we have configured it for Tomcat, Axis and OSCARS go to our logging configuration page.Java Transaction API (jta.jar)Because of Sun licensing restrictions we are unable to distribute this jar file. Go to Sun and down the zip file of the classes. Then use the following commands to create a jar file:% unzip jta-1_1-classes.zip Then once you have installed the OSCARS distribution copy jta.jar to the /lib directory. |