|
|
|
|
|
by blodkorv
1063 days ago
|
|
In my view Windows has always been a great development system. Been doing both php and c# development on windows for years and it always been "start computer, install wamp/editor or visual studio" then you are set and can develop great software. |
|
## Installing a JDK on windows
-Search google/whatever
-Click on first link
-Find .exe
-Agree to terms and conditions
-Click download
-Have to login with oracle account
-(I stopped here)
## Installing JDK on ubuntu
-Open terminal
-sudo apt install openjdk-8-jdk
- y, enter
-done