Skip to content

Java VS Code Case API Single Page Console Application

MsaasAPI edited this page Sep 24, 2018 · 31 revisions

CONTENTS

PREREQUISITE

DOWNLOAD DEMO01

  1. There are multiple approaches to accomplish this:

  2. Unzip/Extract the folder.

  3. 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….

  4. Select target folder (extracted zip file folder) on File Explorer, and click Select Folder button.

  5. Build project - Open Command Palette by either a. hotkey F1, b. hotkey Ctrl + Shift P, or c. View > Command Palette….

  6. The following popup palette will appear at top center of VS Code window.

  7. Type the following command, and press Enter key.

    Tasks: Run Build Task
    

  8. Then type the following command, and press Enter key.

    Compile
    

  9. Then type the following command, and press Enter key.

    Continue without scanning the task output
    

  10. On the pop-up Integrated Terminal, verify the build is successful.

  11. Press F5 key to launch the debugger. During the first-time launch, select Java for the following pop-up query.