Closed laiduy98 closed 2 years ago
With the old version, the Python script can run also on MacOS and Linux. In the next version, it would be great if the script is multi platform.
I think it could be fixed by changing the command related to java. If the OS detected is Windows, so we make it java.exe, otherwise only java.
java.exe
java
ok
will fix
With the old version, the Python script can run also on MacOS and Linux. In the next version, it would be great if the script is multi platform.
I think it could be fixed by changing the command related to java. If the OS detected is Windows, so we make it
java.exe
, otherwise onlyjava
.