UNPKG

java

Version:

Bridge API to connect with existing Java APIs.

10 lines (9 loc) 213 B
require("find-java-home")(function (err, home) { if (err || !home) { if (!err) { err = Error("Unable to determine Java home location"); } process.exit(1); } process.stdout.write(home); });