Getting this error in windows 10 64 bit I did enable to enter long size path from the registry My question is how to disable this character limitation ?
I most say that this limitation is happening after i run the command : setx /M PATH "C:\dev\my\java\jvm\graalvm-community-jdk-21.0.1_windows-x64_bin\graalvm-openjdk-21.0.1+12.1\bin;%PATH%" it reset my all path and started to show this popup ..

mklink -j c:\dev\bin c:\dev\my\java\jvm\graalvm-community-jdk-21.0.1_windows-x64_bin\graalvm-openjdk-21.01.1+12.1\bin, and then adding c:\dev\bin to your path instead. Don't forget to update your junction if you update your install. – LPChip Dec 27 '23 at 17:18