use a ProcessBuilder instead of Runtime.exec

This commit is contained in:
Jannik
2018-02-03 14:22:41 +01:00
parent 88e31468d4
commit b88c530ac2
4 changed files with 24 additions and 58 deletions

View File

@ -170,15 +170,6 @@
<VBox.margin>
<Insets top="-10.0" />
</VBox.margin></JFXToggleButton>
<VBox prefHeight="200.0" prefWidth="100.0" spacing="7.0">
<children>
<Label fx:id="cemuDirectoryLbl1" text="execute command" />
<JFXTextField fx:id="executeCommandTextFiled" maxWidth="430.0" minWidth="430.0" prefHeight="25.0" prefWidth="430.0" promptText="execute command" />
</children>
<padding>
<Insets right="5.0" />
</padding>
</VBox>
<Label fx:id="licensesLbl" text="Licenses" />
</children>
<padding>