Part 1 After you have installed Java, write a program called Hello My Name Is using The Java Tutorials: Trail: Getting Started web page. Once you have completed the program, capture and save a screen...

1 answer below »
Please see attachment 150 words and a screen shot of java for part 1. Part 350 for part 2


Part 1 After you have installed Java, write a program called Hello My Name Is using The Java Tutorials: Trail: Getting Started web page. Once you have completed the program, capture and save a screen shot of your output. For your initial post, explain whether or not you had any issues with the Java installation. If you did, what did you do to resolve them? Did you use any additional resources to assist with the Java installation and the Hello My Name Is program? Please explain. Attach a screen shot of your Hello My Name Is program to your initial post. Part 2 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.
Answered 6 days AfterJan 29, 2022

Answer To: Part 1 After you have installed Java, write a program called Hello My Name Is using The Java...

Akansha answered on Jan 31 2022
113 Votes
Part – 1
Program
I did not have any issues while installing java on my PC. I did refer to the following link to install Java in my PC.
https://www.oracle.com/java/technologies/downloads/
After the successful download of jdk-17_windows-x64_bin file from the above provided link, open the file and execute this file and click on next for the custom installation. Once the file is completely executed click on close.
In order to check whether you have successfully installed java, go to command prompt in your pc and execute the command – java -version. If java is successfully installed it will provide you the version, else it will display a message ‘javac’ is not recognized as internal or external command.
After this step we need to set up the path for java in our pc. Follow the steps given below for setting up the path for java in your PC.
1. Go to -> This PC-> C: -> Program Files->Java->jdk-17.0.2->bin , copy this path
2. Go to -> settings -> edit the system environment variables -> Advanced tab -> environment variables->system variables -> Path -> edit -> edit text ->append the copied path to the variable value section in the end-> ok.
3. Go to -> settings -> edit the system environment variables -> Advanced tab -> environment variables->system variables -> New -> Variable Name -> JAVA_HOME
4. Go to -> settings -> edit the system environment variables -> Advanced tab ->...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here