We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205f26 commit 826f948Copy full SHA for 826f948
org.erlide.jinterface/src/org/erlide/jinterface/backend/RuntimeInfo.java
@@ -25,13 +25,14 @@ public class RuntimeInfo {
25
26
private String homeDir = "";
27
private String args = "";
28
+ private String name;
29
+ private List<String> codePath;
30
+
31
private String cookie = "";
32
private String nodeName = "";
33
private String workingDir = "";
34
private boolean managed; // will it be started/stopped by us?
35
private RuntimeVersion version;
- private String name;
- private List<String> codePath;
36
private String suffix = "";
37
private boolean useLongName = true;
38
private boolean startShell = false;
0 commit comments