The OpenClinica software is written in the Java programming language, so you must have Java installed on your system in order to run the OpenClinica application.
- The current directory on your system should be /usr/local/oc/install. If it is not, make it the current directory by running:
cd /usr/local/oc/install
- Install Java by running:
chmod a+x jdk-6*
./jdk-6* - When the files finish extracting, the system displays “Press Enter to continue …,” press Enter.
- A web browser window opens, presenting you with the option to register the Java software. Register, or close the window.
Install Java in the operating system by running:
mv jdk1* /usr/local/
ln -s /usr/local/jdk1* /usr/local/java
Java is now installed in the correct location.