The existing code (i.e. in file NfsURLConnection.java) uses currently deprecated versions of sun.misc.Sort and sun.misc.Compare. It is advised by sun to use the sort() method of java.util.Arrays and ...