club lmc 1.0: JAVA
From Bruno Freeman:
How to download, install, and set up the JDK (Java Development Kit) for Windows:
1. http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Click on download JDK
3. Agree to license agreement
4. Windows x86
5. Run and install
6. Go to Local Disk -> Program Files (x86) -> Java -> jdk(version #) -> bin
7. Copy that address
8. Go to Control Panel -> System -> Advanced System Settings -> Environment Variables -> New System Variable
9. Variable Name: "Path"
10. Variable Value: Paste in address
11. Click Okay, click Okay
12. Open Command Prompt
13. Type "javac" and hit enter
14. Exit Command Prompt after large body of text appears
15. Done
How to download, install, and set up Notepad++ for Java (Windows):
1. https://notepad-plus-plus.org/download/v6.8.8.html
2. Click download
3. Run and install
4. Only extra thing to check in checkboxes (other than default selections) is "create desktop shortcut"
5. Open Notepad++
6. Plugins -> Plugin Manger -> Show Plugin Manager
7. Check NppExec
8. Install
9. Yes
10. Done
11. Might be helpful to search youtube for “How to code Java with Notepad++”
Official Java Documentation & Tutorial: https://docs.oracle.com/javase/tutorial/
Unofficial Java Tutorial: http://www.tutorialspoint.com/java/