Technology has always been a bridge, but today, it feels more like a mirror. With the rapid rise of AI , we are seeing things enter our lives and leave them at a pace we can barely track. To understand where this is going, we first have to understand how technology actually impacts the core of who we are. The Survivalist vs. The Ego Our minds are biologically wired for one thing: survival . We are designed to handle the worst-case scenario, an ancient instinct gifted to us by nature. We consider ourselves conscious decision-makers, but a critical question remains: Who is really making the call?
Here is a simplest and easiest steps to complete the VS code, Salesforce extension pack, JAVA, Salesforce CLI setup in your computer.
Step 1 :- The first step is to install and configure java in your computer.
a). Download and Install JAVA:- Download java development kit from here and install it.
Steps to configure environment variable for java :-
1. Right click My Computer and select Properties.
2. On the Advanced tab, select Environment Variables, and then Create New Variable and give new variable name JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.89.0. Copy your installed JDK path and paste it in Variable Value.
Open command prompt , type JAVAC and press enter. You will see java related information. If you see "javac is not recognized" then repeat above steps.
Step 2 :- Download Salesforce CLI from here. Once installed, you will have to access the "sfdx" command from your command prompt. Run "sfdx help" to get a list of all the commands.
Step 3 :- Download Visual Studio Code form here. One Installed, go to Step 4.
Step 4 :- Install Salesforce Extensions for Visual Studio Code.
1. Launch Visual Studio Code
2. On the left toolbar of Visual Studio Code, click the Extensions icon.
3. Search Salesforce Extension Pack and click Install.
You can find your installed extensions in user directory.
Now, You have completed/finished all the require steps to setup Visual Studio Code for development.
Step 1 :- The first step is to install and configure java in your computer.
a). Download and Install JAVA:- Download java development kit from here and install it.
Steps to configure environment variable for java :-
1. Right click My Computer and select Properties.
2. On the Advanced tab, select Environment Variables, and then Create New Variable and give new variable name JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.89.0. Copy your installed JDK path and paste it in Variable Value.
Open command prompt , type JAVAC and press enter. You will see java related information. If you see "javac is not recognized" then repeat above steps.
Step 2 :- Download Salesforce CLI from here. Once installed, you will have to access the "sfdx" command from your command prompt. Run "sfdx help" to get a list of all the commands.
Step 3 :- Download Visual Studio Code form here. One Installed, go to Step 4.
Step 4 :- Install Salesforce Extensions for Visual Studio Code.
1. Launch Visual Studio Code
2. On the left toolbar of Visual Studio Code, click the Extensions icon.
3. Search Salesforce Extension Pack and click Install.
You can find your installed extensions in user directory.
Now, You have completed/finished all the require steps to setup Visual Studio Code for development.