Requirements

In order to run, Hpo Case Annotator needs Java 8 to be installed on the computer. This page describes steps required to check which version of Java (if any) is installed on your computer.

Windows

Open Java Control Panel and select the Java tab at the top of the window.

_images/win_java_cp.png

Click on the View button.

_images/win_java_java.png

You should see 1.8 in the Platform column of the table.

_images/win_java_jre.png

Mac OSX

Mac users should follow these steps to figure out which version of Java is installed on the computer:

Open the System preferences and click on Java.

_images/osx_java_systempref.png

Select the Java tab at the top of the window (perhaps you might also want to install updates :D ).

_images/osx_java_cp_update.png

Click on the View button.

_images/osx_java_cp_java.png

You should see 1.8 in the Platform column of the table.

_images/osx_java_jre.png

Linux

You can determine what version of Java you have on your computer by entering the following command into the Terminal:

$ java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)