An IDE interface for Windows 7

Hello,
I managed to install Julia on Windows 7, but I’m having trouble setting up VSCodium 1.70.2:

Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
Trying to locate Julia binary...
Juliaup not found, locating Julia by other means.
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".
No Julia executable was identified.
The current PATH environment variable is "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;;C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin;C:\Users\vboxuser\AppData\Local\Programs\VSCodium\bin,C:\Users\vboxuser\AppData\Local\Programs\Julia-1.10.9\bin".

And:

I need an IDE that works on Windows 7.

Thank you.

On windows, I usually add the path to the julia executable to the PATH variable (environment variables) and its works without any issue.

I see that your PATH variable includes a comma (“,”). Try to replace this with a semicolon (“;”) and reboot if necessary.