-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add Java installation guide for Windows #64
Comments
Hi Prof! I noticed the newly updated page here: https://se-education.org/guides/tutorials/javaInstallationWindows.html. I just wanted to check if this task still requires further input or if the page is considered complete? One potential suggestion could be adding a section for Additionally, another option to consider is introducing a Java Version Manager like Let me know if any of suggestions are worth exploring or adding! |
@mfjkri Can WSL run java GUI programs?
If it is not widely used, best not to. |
Hm I tried it myself and encountered this error:
I tested this on Windows 11 with WSL2 ( Maybe it would be best to avoid mentioning WSL then 👍🏻 |
Since we have a installation guide for Windows and Mac, would it be helpful to have one for Linux as well? I can help make one using Ubuntu 22 desktop and OpenJDK 17. |
@drustanyjt For completeness sake, yes let's add one. |
The page can be structured similar to https://se-education.org/guides/tutorials/javaInstallationMac.html
While installation itself is rather easy, some students might not know how to configure their system to be able to run
java
andjavac
commands, how to switch between Java versions etc.Note that this guide is used by students of different courses, some of whom could be first-time Java users.
The text was updated successfully, but these errors were encountered: