Java? What is that?
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, you are ready to enter the world of Java OOP!! If you have had any classes or jobs where you had to use Python, Java may seem somewhat familiar regarding syntaxes and lines. From here, it is really in your hands as to what you can do with the Java Program. Good luck, Newbies. Now that you have it downloaded, the world is yours!
Comments
Post a Comment