VScode configures java environment

1. First download jdk, VScode, and configure the environment
to download jdk

2.
Excellent tutorial for creating a new java project in vscode vscode configuration environment

Create a Java project and try to run it
1. Use the shortcut keys ctrl + shift + p, and enter creat Java project in the pop-up window
2. Select No build tools
3. Choose a folder you like as the code file storage area
4. Set The name of the project folder
5. Open and run

3. Save the workspace
File-Save the workspace as-Select the file address-Confirm
Next time, double-click the file directly to open the configured workspace
insert image description here

Guess you like

Origin blog.csdn.net/AdamCY888/article/details/131590436