0% found this document useful (0 votes)
15 views1 page

Install JDK and Run CRM Project Guide

This document provides a step-by-step guide for installing the JDK from Oracle and executing a CRM project. It includes instructions for downloading the JDK, verifying the installation, and setting up and running a Java file in Visual Studio Code. The process culminates in displaying a CRM console menu after executing the Java program.

Uploaded by

seethatanujak9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Install JDK and Run CRM Project Guide

This document provides a step-by-step guide for installing the JDK from Oracle and executing a CRM project. It includes instructions for downloading the JDK, verifying the installation, and setting up and running a Java file in Visual Studio Code. The process culminates in displaying a CRM console menu after executing the Java program.

Uploaded by

seethatanujak9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Installing JDK from Oracle:-

 Go to the Official Oracle JDK Download Page.

 Open the link given below,

 [Link]

 Click on x64 Installer and download the file.

 After downloading click on next, next, next and finish the installation process.

 Now open cmd and type java -version and press enter. It should display version as java
24.

 Now type javac -version and press enter to check the compiler version.

 We have successfully installed JDK on our device.

Steps to execute the CRM Project:-


Step - 1:- Open VS Code, click on File -> Create the New Text File.

Step - 2:- Copy paste the code in the text file and click on File -> Save as.

Step - 3:- Now save the file on desktop with file name [Link].

Step - 4:- Save the file directly on the desktop.

Step - 5:- Now create a new folder on desktop as JavaCRMProject.

Step - 6:- After creating the folder open file explorer.

Step - 7:- Go to the folder JavaCRMProject , right click on it and copy its path.

Step - 8:- Open command prompt.

Step - 9:- Now type cd "copy paste the path of the JavaCRMProject folder" and press enter.

Example: cd C:\Users\seeth\OneDrive\Desktop\JAVA\JavaCRMProject.

Step - 10:- In cmd, type dir and press enter.

Step - 11:- javac [Link] and press enter.

Step - 12:- java CRMSystem and press enter.

Step - 13:- A CRM console menu should appear.

You might also like