Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Latest commit

 

History

History

setting-up-ballerina-sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setting up Ballerina SDK

1) When creating a new Ballerina project

  1. Go to File -> New -> Project and select Ballerina project and select Next.

alt text

  1. If you have previously configured the Ballerina SDKs, they will appear in the next window. You can select a SDK and continue with project creation by selecting Next.

alt text

If the Ballerina SDK was not configured previously, you can add a new Ballerina SDK by selecting Configure.

alt text

  1. Select the Ballerina distribution location.

alt text

  1. Now you have successfully added the Ballerina SDK. You can select Next and continue with project creation.

alt text

2) After creating a Ballerina project

  1. Go to File -> Project Structure and select Project tab. If you have previously added the Ballerina SDK, you can select the SDK from the drop down menu.

alt text

If a Ballerina SDK is not added previously, you can add a new SDK by selecting the New button under the Project SDK and selecting Ballerina SDK.

alt text

  1. Select the Ballerina distribution location.

alt text

  1. Now you have successfully added the Ballerina SDK to the project.

alt text

  1. Select OK or Apply to save changes.