нужно выполнить make install в нужно папке еа Яве чтоб задать пароль и просмотреть вывод на экране Я пишу вот так <a> DataOutputStream oss; DataInputStream ds1s; Process pre = ret.exec("su -c "+make+" install",null, new File(workFolder)); OutputStream outs = pre.getOutputStream(); InputStream out1s = pre.getInputStream(); ds1s = new DataInputStream(new BufferedInputStream(out1s)); oss = new DataOutputStream(new BufferedOutputStream(outs)); setrootpassword ns = new setrootpassword(ds1st); String password = ns.getPass(); oss.writeBytes(password); oss.close(); int bs = ds1s.read(); String srs = "" + (char) bs; while (bs != -1) { jTextArea1.append(srs); jScrollPane1.getVerticalScrollBar().setValue( jScrollP ane1.getVerticalScrollBar().getMaximum()); bs = ds1s.read(); if (bs != -1) { srs = "" + (char) bs; } } но после этого ничего не происходит ни ошибки ни исключений ничего! Помогите, просвятите новичка! </a>
Ответ на:
комментарий
от vany
Ответ на:
комментарий
от anonymous
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум Как в яве правильно загружать HTML странички? (2006)
- Форум make install (2000)
- Форум make install (2005)
- Галерея make install (2018)
- Форум debian install && /home (2003)
- Форум qemu, make install. (2009)
- Форум make install наоборот (2005)
- Форум сбой make install (2002)
- Форум Куда катится make && make install (2013)
- Форум Kubuntu make, make install помогите. (2006)