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.