2017-05-06 7 views

答えて

0

これを試してください。私のために働く。

private void authenticadorRedeTendencia() { 
     Authenticator.setDefault(new Authenticator() { 
      @Override 
      protected PasswordAuthentication getPasswordAuthentication() { 
       return new PasswordAuthentication(userName(), password.toCharArray()); 
      } 
     }); 
    } 
関連する問題