Walk through java jdk download and setup

webdev-setup-tools-java
=======================
This is a plugin for webdev-setup-tools .
npm install webdev-setup-tools-java --save
This plugin determines the packages to install from the "web-dev-setup-tools" field in the package.json your project root.
This field typically has the following syntax:
``sh`
"web-dev-setup-tools": {
"java": ">1.7.0"
// other packages to install ...
}
walk through steps to download, install, and setup the official Oracle java jdk
`sh`
let setup_tools = require('webdev-setup-tools-java');
setup_tools.installJava();
* 1.0.0 Initial release