-
Notifications
You must be signed in to change notification settings - Fork 1
Java VS Code Case API Single Page Console Application
- Complete Get Started with VS Code for Java.
- Complete Set up SSL Keystore for Java Case API Application.
-
There are multiple approaches to accomplish this:
- Download entire repository: Navigate to repository home page, and then click Clone or download button to download entire folder. This is NOT advisable due to its huge size (containing many images for wiki pages and projects in multiple programming languages).
- Download specific folder (Demo01) via SVN.
- Download specific folder (Demo01) via browser extension/addon. The demo may be found in Download Certain Project from Git Repository wiki page.
- Download entire repository: Navigate to repository home page, and then click Clone or download button to download entire folder. This is NOT advisable due to its huge size (containing many images for wiki pages and projects in multiple programming languages).
-
Unzip/Extract the folder.
-
Open VS Code. Then open the project folder by either a. click Open Folder button, b. hotkey Ctrl K + Ctrl O, or c. File > Open Folder….
-
Select target folder (extracted zip file folder) on File Explorer, and click Select Folder button.
-
Build project - Open Command Palette by either a. hotkey F1, b. hotkey Ctrl + Shift P, or c. View > Command Palette….
-
The following popup palette will appear at top center of VS Code window.
-
Type the following command, and press Enter key.
Tasks: Run Build Task
-
Then type the following command, and press Enter key.
Compile
-
Then type the following command, and press Enter key.
Continue without scanning the task output
-
On the pop-up Integrated Terminal, verify the build is successful.
-
Press F5 key to launch the debugger. During the first-time launch, select Java for the following pop-up query.