-
Notifications
You must be signed in to change notification settings - Fork 1
Java VS Code Case API Sample Application
⏮API Prev | API Next⏭ |
---|
- Complete Get Started with VS Code for Java.
- Complete Set up SSL Keystore for Java Case API Application.
-
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 if prompted.
- optional The Troubleshooting wiki page collects some common issues which the reader might find useful.