zyxist / chainsaw

Gradle plugin: adds support for building Java 9 modules.
Apache License 2.0
70 stars 4 forks source link

Invalid Windows start script #14

Closed Vampire closed 6 years ago

Vampire commented 6 years ago

Your manipulated Windows start script contains %APP_HOME%lib while it should contain %APP_HOME%\\lib and thus no modules are found.

Vampire commented 6 years ago

Oh, I'm sorry, it should be one backslash, not two. It works with too also, but it is just unnecessary, one is enough.