Closedown

This commit is contained in:
boccioli_m
2017-12-11 15:04:34 +01:00
parent bab35d41a5
commit 96c150711e

View File

@@ -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);
}