You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +27,6 @@ public static void main(String[] args) {
28
27
System.out.println();
29
28
System.out.println("The project uses the Amazon Corretto Java Distribution. By using this application you herby agree to all terms and conditions of using and distributing this software.");
30
29
System.out.println();
31
-
System.out.println();
32
30
System.out.println("RenJava and all utilities and tools are maintained by piitex. Thank you for using the project.");
33
31
System.out.println();
34
32
System.out.println();
@@ -62,10 +60,12 @@ public static void main(String[] args) {
62
60
}
63
61
64
62
voidinit() {
65
-
Stringnoc = "";
63
+
Stringnoc = ".exe";
64
+
Stringcommand = "\"jdk\\windows\\bin\\java\"";
66
65
if (noconsole) {
66
+
command = "start jdk\\windows\\bin\\java";
67
67
System.out.println("No console argument passed. Using 'javaw' command instead.");
0 commit comments