Description
4.18.0.RELEASE
Even when installed in "sts-4.18.0.RELEASE", which is directly under the Windows drive, the longest path length is as long as 265.
ex:
C:\sts-4.18.0.RELEASE\plugins\org.springframework.tooling.boot.ls_1.45.0.202303131439\servers\spring-boot-language-server\BOOT-INF\classes\org\springframework\ide\vscode\boot\java\data\providers\prefixsensitive\DataRepositoryPrefixSensitiveCompletionProvider.class
A well-known problem with Eclipse on Windows is that exceeding the Windows maximum path length 260 characters causes various problems. Is it possible to shorten the length? Given that we cannot force the location of STS when users install it, I think a maximum of 200 characters would be reasonable.
This is not specifically a problem in my environment, but I am reporting it just in case. If there is no problem, please close this Issue.