Skip to content

Get Started with VS Code for Java

MsaasAPI edited this page Sep 26, 2018 · 8 revisions
⏮API Home API Next⏭
SB Home SB Next

CONTENTS

PREREQUISITE

INSTALL EXTENSIONS

  1. Open VS Code, click Extensions icon on activity bar to install the necessary extensions.

  2. In the Extensions Market Place search bar, search for Java Extension Pack.

  3. Click either Install icon to install.

  4. Multiple dependencies (Debugger for Java, Java Extension Pack, Java Test Runner, Language Support for Java, and Maven for Java) are automatically installed together.

  5. After completion, click one of the Reload icons to activate the extension.

  6. Verify all five extensions have been installed without error.

NEXT STEPS

  1. Before proceed to MSaaS Case API app implementation, make sure to set up keystore and import self-signed private key certificate.

  2. Now, you are ready to download and run MSaaS Case API or Azure Service Bus listener sample applications.