Newbie to Java

Hi there is Relon again here to give new users to Java a quick run through of how to get started using Java and getting comfortable by creating a simple project. I know when I started I was definitely a bit afraid to start my Java class as I haven't coded in a very long time but for any newbie starting you will want to visit the Java tutorials website https://docs.oracle.com/javase/tutorial/index.html in order to download Java to your computer. Once the page is opened you will look for a box in the lower right hand portion of the webpage that should be labeled Software, in the box it should say Java Development Kit and will link you to the Java downloads page. On the download page you will navigate to your operating system, I installed windows and used the non-compressed option and that the option I would recommend for newbies.

 After the download is completed then the user should navigate back to the Java tutorials page above and open the "Getting Started" link near the top of the page and then open the "The Hello World! Application". Because the Java tutorials page provide instructions for the NetBeans IDE I would recommend using NetBeans as a programmer you will need an integrated development environment (IDE) in order to begin coding. If using NetBeans click the link labeled "Hello World! for the NetBeans IDE" and follow the instructions given to download NetBeans and develop the program. I think the Java tutorials page is also great in terms of giving a new user a better understanding of Java so if you still have questions after visit the getting started page again and use the resource provided labeled "A Closer Look at Hello World!" but other then that Goodluck getting started with Java!

Comments

Post a Comment

Popular posts from this blog

Algorithmic Design and Data Structure Techniques

Programming Languages