The String.split methods can be very convenient for easily splitting a provided String based on a provided regular expression String. The only trick is figuring out a regular expression token to use ...
To double-check, you probably should do a search on your entire disc drive for "java.exe". I would not be surprised if an earlier installation still exists somewhere, maybe even as a subdirectory of ...
Groovy’s GDK String class provides a convenience String.split () method that does not take any parameters because it assumes white space as the delimiting character. It is the same as previous two ...