"For the first week [of CPT 307 Data Structures & Algorithms]’s blog post, access your Blogger account. Create a new post where you provide guidance on Java installation and discuss the concepts and features of the object-oriented design principles. Keep in mind that you do not want to provide a step-by-step tutorial on how to install Java as you did in this week’s discussion. Instead, you may want to provide links to tutorials or resources that you may have used to install Java and produce the Hello World program. This is your chance to let future employers know that you, a technical professional, can communicate technical concepts to non-technical individuals."
Provide guidance on Java installation:
1. Google Ecose "Install Java".
2. Click on the first result. Realize that it is the download page for the user-end software, not the developer kit.
3. Go to Oracle.com > Products > Software: Java > Download Java > Oracle JDK: JDK Download
4. Select the download option/installer/archive which best fits your machine.
5. Download and install it by running the installer or unzipping the contents into your desired directory location.
Keep in mind that you do not want to provide a step-by-step tutorial on how to install Java as you did in this week’s discussion.
This week's discussion did not actually ask for a step-by-step tutorial, whereas the asssignment for this newbie blog has asked for guidance, and I know of no better guidance than a step-by-step tutorial. It would have certainly been more helpful than the "guidance" we received on this week's discussion assignment. Here's an exerpt from one of my discussion posts to illustrate my issues with the guidance provided:
- It says to complete the required tutorials, and view the videos, but does not say where they are. They certainly don't seem to be in chapter 1 of the pdf textbook!
- It says to review specified segments this week within the Tutorials Point website, but where are they specified? Certainly not on that website!
- It says to go here to install Java, when you actually have to go here.
- It says there are several IDEs listed in the recommended resources that can be used as your chosen IDE, but in fact there is only one.
- Meanwhile, I found what I think are a few more, over at Required Resources.
- It says to use this page to somehow write a program called Hello My Name Is, not telling you that you'll actually be following this subset page, and altering the title (I think!) to have different words.
- And worst of all, the instructions on that subset page are only for the use of a text editor like Notepad, not an IDE. So I still have no idea how to use an IDE for anything.
- [During the installation of Java SE Development Kit (JDK) and the NetBeans integrated development environment (IDE)], the sites push you towards downloading the latest versions (JDK 16+), but the Java Tutorial page clearly states it was written for the older JDK 8. Hopefully, the built-in libraries won't have changed in any way that requires rolling back to the older versions.