Closedown
This commit is contained in:
@@ -1441,7 +1441,7 @@ public class TestingList extends Panel {
|
||||
|
||||
private void jButtonLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonLogActionPerformed
|
||||
try {
|
||||
Process p = Runtime.getRuntime().exec(new String[]{"bash","chromium-browser","http://city.psi.ch:1100"});
|
||||
Process p = Runtime.getRuntime().exec("chromium-browser http://city.psi.ch:1100");
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user