Closed ghost closed 7 years ago
The double quotes also cause issues in Windows and removing them makes the classpath valid.
Fixed via commit
This change will ship in next release
Thanks @faustinoaq! I may be incorrect but even with the commit wouldn't semicolons still be present in the default launch configuration under Linux?
If they are then the launch configuration should probably be dynamically generated based on the OS, or the classpath instead specified as an array. If you'd prefer I could submit a PR for either.
Yes, a classpath array would be useful here, see: Java Linter implementation A PR is welcome :smile:
Thank you for the link. I'll work on a PR and use this issue for any questions I may have :smiley:.
For Linux it generates:
But must:
Linux doesn't use semicolons in this case and it doesn't need additional double quotes around
$fileDirname
.This mismatch creates
Could not find or load main class SomeClass
error.