How to use the @pivotal-tools/jvm-launch-utils.findJdk function in @pivotal-tools/jvm-launch-utils

To help you get started, we’ve selected a few @pivotal-tools/jvm-launch-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github spring-projects / sts4 / theia-extensions / theia-commons / src / node / language-server-contribution.ts View on Github external
protected findJvm(javaHome?: string) {
        return this.preferJdk ? findJdk(javaHome) : findJvm(javaHome);
    }

@pivotal-tools/jvm-launch-utils

Provides utilities useful for launching Java processes from node packages.

EPL-1.0
Latest version published 2 years ago

Package Health Score

67 / 100
Full package analysis