Files
spring-tools/nodejs-packages/jvm-launch-utils
Kris De Volder 5c668c7d45 Fix jvm-util so jarLaunch works on Windows
Boot properties launher seems to have a bug so it does not properly handle file url encodings if path has spaces.
Fortunately, it works fine if we just pass the path of the file directly without any encoding rather than a proper url.
2018-03-02 13:03:55 -08:00
..
2018-02-27 11:02:20 -08:00

JVM Launch Utils

Collection of utilities usful for node projects that need to launch JVM processes.

Mostly intended for internal use by various VScode and Atom extensions published by the Pivotal-tools team.