java-portable

2.4.0 • Public • Published

java-portable

Wrapper for the node-java npm package that improves locating the JRE on the target machine and can support multiple prebuilt platform builds.

Usage:

const javaPortable = require( 'java-portable' );

javaPortable().then( ( java ) => {
	// 'java' is the java package object
} );

/java-portable/

    Package Sidebar

    Install

    npm i java-portable

    Weekly Downloads

    0

    Version

    2.4.0

    License

    MIT

    Unpacked Size

    49.5 kB

    Total Files

    19

    Last publish

    Collaborators

    • peteward44
    • flaviok
    • derek.choi