5.0.0 • Published 6 years ago

webdev-setup-tools-java v5.0.0

Weekly downloads
1,491
License
MIT
Repository
github
Last release
6 years ago

webdev-setup-tools-java

This is a plugin for webdev-setup-tools.

Installing Npm Package

npm install webdev-setup-tools-java --save

Purpose

To provide step by step instructions for installing and configuring the official Oracle Java JDK that is used for Java development. This includes system path modification and environment variable setup on Windows 7+, OSX, and Linux.

Configuration

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:

"web-dev-setup-tools": {
  "java": ">1.7.0"
  // other packages to install ...
}

Usage

walk through steps to download, install, and setup the official Oracle java jdk

let setup_tools = require('webdev-setup-tools-java');
setup_tools.installJava();

Important Notes For Windows Users

Due to built in Windows security features and restrictions, there are a number of additional steps that need to be taken by windows users. Please refer to the Important Notes For Windows Users section of webdev-setup-tools for more detailed instructions.

Release History

  • 1.0.0 Initial release
5.0.0

6 years ago

4.2.0

6 years ago

4.1.6

6 years ago

4.1.4

6 years ago

4.1.3

6 years ago

4.0.1

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago