Posts

Showing posts from April, 2023

Java? What is that?

Image
Today I will give you some insight on where to download Java and an IDE to get you started with Java.  You may already have Java installed on your computer or laptop. You can check by going to your command prompt and inputting this line below.  If nothing appears, I recommend you head over to Java's Website and download it!  Java  (Link will take you direct to Java's website)  If you are still having issues, I would recommend taking a glance at the following tutorials for guidance on installation and setting up.  Java Tutorial Once you have downloaded Java, you will probably be like me. I saw it was downloaded, and my command prompt told me that it was..yet I couldn't find it? Turns out you need a IDE installed with it for it to work. I chose Netbeans as the tutorial I found recommended that specific IDE (  Netbeans Guide  ). The tutorial also will walk you through the Hello World Program as well.  Once you have your IDE And Java Installed, y...