Java Installation Guide
1. Go to chrome, search java 1.8 jdk download. Click java Downloads |Oracle
2. Scroll down in oracle webpage, find java 8 and click.
3. Choose windows OS in below java 8 and click [Link]
4. Accept the pop-up, click download
5. Click create account, it will open in new tab so don’t close the first tab, then
fill up signup form with fake details except email
6. Click Create account, then go to Gmail verify your email
7. After verification you will get below webpage click continue, then go to the
first tab once we click create an account.
8. Fill up created account email and password, click sign in, automatically jdk
will start download at the bottom.
9. Go to downloads, open jdk exe, system will pop-up install app dialog box
click yes.
10. Click next
11. Click Next
12. Click Next
13. Click Close
14. Go to File Explorer, path Local Disk (c)\Program Files\Java\jdk1.8.0_311
15. Copy path and paste it in new notepad
16. Open bin folder, copy path and paste it in same notpad
17. Go to This PC, right click, click properties
18. Click Advance system settings
19. Click Environment Variables,
20. In first dialog box click new
21. Type JAVA_HOME in Variable name, then copy the first path from notepad
and paste it in Variable value, click OK
22. Click edit in second dialog box
23. Click New
24. Copy the second path from notepad and paste it, then click ok
25. Click ok
26. Go to command prompt
27. Type java –version, then click enter
28. It will show installed java version details. Once its done we have
successfully installed java in our machine.
Eclipse Installation Guide
1. Got to chrome, search eclipse oxygen download, open first link
2. Click 3A Packages
3. Click x86_64 straight to Eclipse IDE for Java EE Developers
4. Click Download
5. It will start download as a zip file.
6. Once download completed, go to the folder, right click, click extract all
7. Click Extract
8. Open extracted eclipse folder
9. Open Eclipse application
10. Click the check box as default, click Launch
[Link] Workbench at the top right corner
12. Create a java project, click finish, click the check box remember my
decision then click Open perspective.
[Link] write simple java program and execute. Once it’s done eclipse is
installed successfully in our machine.
Eclipse Flow
Eclipse
Project Project
Package Package Package Package
class Class Class Class Class Class Class Class
Do's and Dont's of Eclipse
Dont's:
We could not create one project inside another project
We could not create one package inside another package
We could not create one class inside another class
Do's:
We could create multiple package inside a project
We could create a multiple class inside a package