Posts

Showing posts from June, 2023

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 th...