Skip to content

Java Development Kit (JDK) for Windows

luongthevinh edited this page Jan 18, 2016 · 3 revisions

Certain advanced Machine Learning packages leverage on an advanced Java backend for faster processing. Windows computers may not ship with one, necessitating the installation of a Java Development Kit (JDK).

Go here to download an appropriate installer for your Windows machine's processor (32-bit / 64-bit) and follow the instructions.

After the installation completes, follow menu Control Panel > System > Advanced System Settings > Environment Variables > System Variable to add a JAVA_HOME system environment variable or edit such an existing one, specifying its value to <Your Java Development Kit Installation Folder Path>/jre.

Clone this wiki locally