From 6b27e11bff74d68d6d52a59c6a9bb30e54310037 Mon Sep 17 00:00:00 2001 From: msksbr Date: Sun, 16 Jun 2024 14:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=AE=9E=E9=AA=8C8j?= =?UTF-8?q?ava=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实验8/.vscode/settings.json | 7 +++++++ 实验8/README.md | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 实验8/.vscode/settings.json create mode 100644 实验8/README.md diff --git a/实验8/.vscode/settings.json b/实验8/.vscode/settings.json new file mode 100644 index 0000000..0ac215c --- /dev/null +++ b/实验8/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "java.project.sourcePaths": ["src"], + "java.project.outputPath": "bin", + "java.project.referencedLibraries": [ + "lib/**/*.jar" + ] +} diff --git a/实验8/README.md b/实验8/README.md new file mode 100644 index 0000000..a43b9f6 --- /dev/null +++ b/实验8/README.md @@ -0,0 +1,18 @@ +## Getting Started + +Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code. + +## Folder Structure + +The workspace contains two folders by default, where: + +- `src`: the folder to maintain sources +- `lib`: the folder to maintain dependencies + +Meanwhile, the compiled output files will be generated in the `bin` folder by default. + +> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there. + +## Dependency Management + +The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).