java-download

0.1.0 • Public • Published

java-download

downloads a Java JVM release package from Oracle

just electron-download by modified to get java.

This is mostly a mashup of electron-download and Java-JRE-JDK-Downloader

usage

$ npm install --global java-download
$ java-download --version=8 --type=jre
$ javadl --version=8 --type=jre --platform=linux
var download = require('java-download')
 
download({
  version: 8,
  arch: 'x64',
  platform: 'windows',
  cache: './zips' // defaults to <user home directory>/.java
}, function (err, path) {
  // path will be the path of the file that it downloaded.
  // if the file was already cached it will skip
  // downloading and call the cb with the cached file path
  // if it wasn't cached it will download the file and save
  // it in the cache path
})

Dependencies (9)

Dev Dependencies (1)

Package Sidebar

Install

npm i java-download

Weekly Downloads

7

Version

0.1.0

License

MIT

Last publish

Collaborators

  • blahah