-
Notifications
You must be signed in to change notification settings - Fork 1
Get Started with VS Code for Java
MsaasAPI edited this page Sep 26, 2018
·
8 revisions
⏮API Home | API Next⏭ |
---|---|
⏮SB Home | SB Next ⏭ |
-
Install Visual Studio Code (VS Code).
📑Java JDK and Maven installations are required regardless of the VS Code extensions📑 - Install and configure Java JDK.
- Install and configure Maven.
INSTALL EXTENSIONS
-
Open VS Code, click Extensions icon on activity bar to install the necessary extensions.
-
In the Extensions Market Place search bar, search for Java Extension Pack.
-
Click either Install icon to install.
-
Multiple dependencies (Debugger for Java, Java Extension Pack, Java Test Runner, Language Support for Java, and Maven for Java) are automatically installed together.
-
After completion, click one of the Reload icons to activate the extension.
-
Verify all five extensions have been installed without error.
-
Before proceed to MSaaS Case API app implementation, make sure to set up keystore and import self-signed private key certificate.
-
Now, you are ready to download and run MSaaS Case API or Azure Service Bus listener sample applications.