Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala 3 Binaries on windows 7 64x not working #12551

Closed
gruber123 opened this issue May 21, 2021 · 4 comments · Fixed by #13006
Closed

Scala 3 Binaries on windows 7 64x not working #12551

gruber123 opened this issue May 21, 2021 · 4 comments · Fixed by #13006

Comments

@gruber123
Copy link

gruber123 commented May 21, 2021

After changing all files in bin folder to extension .exe
else it run other scala version

This version of C:\scala3\bin\scala.exe is not compatible with the version of Windows you're running. Check your computer's system information
t) version of the program, and then contact the software publisher.

And there is no msi package as for scala 2

@michelou
Copy link
Contributor

michelou commented May 21, 2021

@gruber123 There are no Windows binaries.
Currently you have two options on Windows :

  1. develop your Scala 3 projects in a Unix-like environment such as WSL, MingW, MSYS2, etc.
  2. install the batch files available from my GitHub project dotty-examples; in particular read the section batch/bash commands.

Since you are working on Windows 7 option 2 should be your choice (option 1 requires Windows 10).

Related issues : Issue #10300 (closed).

PS. In 2018 I submitted the above batch files as part of PR #5444; I finally closed it due to the lack of interest from the Dotty community.

@liufengyun
Copy link
Contributor

In 2018 I submitted the above batch files as part of PR #5444; I finally closed it due to the lack of interest from the Dotty community.

@michelou That must be a miscommunication. Whenever you open a PR, I will make a priority to get it in. BTW, we have a dedicated Windows machine for testing now.

@liufengyun
Copy link
Contributor

Let's re-open this issue for a PR to support Windows.

@bjornregnell
Copy link
Contributor

Related to #12502

michelou added a commit to michelou/dotty that referenced this issue Jul 2, 2021
@griggt griggt linked a pull request Jul 2, 2021 that will close this issue
BarkingBad pushed a commit to BarkingBad/dotty that referenced this issue Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants