Quick Index
Configure


After downloading and installing, the next step is some simple configuration.

Basically we only need to edit/verify two computer system environment variables


Note Well:


Windows


Follow these steps...

Windows References (search for more as desired):


MAC/Unix


MAC/Unix References (search for more as desired):


Here is one simple approach if it applies to your MAC version:

 Entries in .bash_profile:

	# JAVA
    export JAVA_HOME=$(/usr/libexec/java_home)
    export PATH=${PATH}:${JAVA_HOME}/bin


More information..

Next


Continue onto the "Verify" page.