Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step

Example

1. Make sure you have Java 1.6 or higher. Most systems come with Java already installed.

Run this command to check your version.

Windows and Linux:

Code Block
languagenone
java -version

Windows: If you do not you can install Java from java.com.

Code Block
languagenone
C:\>java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)


Linux:

Code Block
languagenone
tbleeker@system:/$ java -version
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.1) (6b22-1.10.1-0ubuntu1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

Install cTAKES

Step

Example

1. Navigate to the downloads page for a released version on Apache

 

2. Download the cTAKES-3.0.zip file.
Save the file to a temporary location on your machine.


3.
Unzip (extract the contents of) the compressed file you downloaded into
a directory that you want to be the cTAKES install location.
For example, Windows:

Code Block
languagenone
c:\cTAKES-3.0

Linux:

Code Block
languagenone
/usr/bin/cTAKES-3.0

This folder we will call <cTAKES_HOME>. You will need to refer to the directory later.


...