Skip to content

lazyjin/node-find-java-home-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-find-java-home-sync NPM version Downloads Build Status Coveralls Status

Returns the location of JAVA_HOME as an absolute path on windows, mac, and linux. It forked from find-java-home and runs synchronously.

Prerequisites

  • Node v0.11.12+

Installation

npm install node-java-home-sync

Example

require('find-java-home-sync')(function(err, home){
  if(err)return console.log(err);
  console.log(home);
});

About

Finds the location of java home on any system synchronously.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%