Environment Setup | Install eclipse, notepad plus plus and JDK | Java programming course

 To run java program we need few softwares and tools.


Let's understand what are the required software and how to install them.


The first thing we need is JDK ( java development kit). It contains tools to compile our java code, run it and other development tools.

You can download JDK 8 from below link:

jdk8 download url:

https://www.oracle.com/in/java/technologies/javase/javase-jdk8-downloads.html


Second tool we need is an editor.

You can go for an IDE (Integrated Development Environment) which contains editor, file explorer, console etc integrated but I would insist you to use simple editor till you become fluent in writing error free code.

You can download notepad++ editor from below link.

 notepad++ download url:

https://notepad-plus-plus.org/downloads


and once you are fluent in writing basic programs without any error, you can start using IDE.

You can download eclipse IDE from below link.

eclipse download url:

https://www.eclipse.org/downloads

Once you download all these software you can click on the exe and follow on screen instructions to install it.


If you want to see complete tutorial of how to download and install JDK, notepad++ and eclipse on windows or ubuntu, please watch below video.












Comments

  1. Hi
    Thankyou for explaining the steps for windows and ubuntu. But I am having macbook and need to do setup.
    Could you please help.

    ReplyDelete
    Replies
    1. Hi Rohan,

      Thanks for reaching out. Unfortunately we don't have any video explaining how to do setup for mac OS but I can help you do the same.

      Please reach out to us at hustlelearning@gmail.com

      Best of luck.

      Delete

Post a Comment

Popular posts from this blog

Tic Tac Toe game using HTML and JavaScript