top of page

How to Setup Environment to build lightning web components

In the past we could just use developer code tool to create all of the different components.

However, for us to develop LWC we must do a few things.




  1. Install Visual Studio https://code.visualstudio.com/

  2. Install CLI & run update


3. Salesforce Extension Pack


4. Install Java SDK


5. Change VS code settings

Go to File | Preferences | Settings

Search for "Apex Java"

Change the path to: C:\Program Files\Java\jdk1.8.0_321 (this was my default installation)

4 views0 comments

Recent Posts

See All

Salesforce Certificate Order

We need 3 Certifcates 1.SSL Certificate. 2.CA Intermediate Certiticate. 3.Root Certifcate. If you dont got the root certitifcate from the provider,you can download it from the provider website/home pa

bottom of page