java-home

JAVA_HOME

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
java-home
111.0.75 years ago8 years agoMinified + gzip package size for java-home in KB

Readme

java-home
!NPM versionnpm-imagenpm-url !build statustravis-imagetravis-url !node versionnode-imagenode-url !npm downloaddownload-imagedownload-url
detect JAVA_HOME path in any system

Installment

$ npm i java-home --save

Usage

var co = require('co');

var JAVA_HOME = require('../lib/java-home');

JAVA_HOME.getPath(function(error, javaHome) {
  if (error) {
    throw error;
  }
  console.log(javaHome);
});

Contributors

|
xudafeng

|
ziczhu

| :---: | :---: |
This project follows the git-contributor spec, auto upated at Fri May 18 2018 08:19:32 GMT+0800.

License

The MIT License (MIT)