Open the Orchestrator Folder in Your IDE

After you’ve downloaded the orchestrator classes, the next step is to load them into your IDE. Each IDE works differently. In Visual Studio Code, opening a folder that contains Java classes automatically creates a project.

  1. In Visual Studio Code, select File > Open from the menu.

  2. Locate and select the cache_and_populate_orchestrators folder, which contains the orchestrator classes.

  3. Click Open.

  4. Click the Explorer icon and expand the MAVEN pane.

  5. In the MAVEN pane, right-click the populateCache file and select install.

Run the PopulateCacheOrchestratorApplication Class