@sogaiu reported an issue on Windows where the classpath is hitting some length limit.
For Java 9 and up, it's possible to specify a classpath file (that contains the classpath argument) rather than passing the classpath itself as an argument. It might be possible to workaround the length issue with that.
@sogaiu reported an issue on Windows where the classpath is hitting some length limit.
For Java 9 and up, it's possible to specify a classpath file (that contains the classpath argument) rather than passing the classpath itself as an argument. It might be possible to workaround the length issue with that.