break;
}
}
}
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
public static void main(String[] args)
{
String pathuser="D:\Myeclipsee\MyJava\src\user.txt";
String pathpass="D:\Myeclipsee\MyJava\src\pass.txt";
HttpRequestProxy.readFile(pathuser,pathpass);
}
}