SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Set Up Your Local Infrastructure to Develop with SAP Cloud SDK

Set up your system to create an SAP Business Technology Platform application with the SAP Cloud SDK.

Overview

🎓 intermediate 10 min. SAP Cloud SdkIntermediateSAP S 4hanaSAP Business Technology PlatformCloudJava
Junjie Tang J Junjie Tang January 8, 2024
Created by September 23, 2017
Contributors

Prerequisites

Steps

Intro

For a complete overview, visit the SAP Cloud SDK documentation.


Step 1 Prepare infrastructure
โ€”

To develop with the SAP Cloud SDK for Java you will need to have two things installed:

  • Java 17
  • Maven 3.9+

If you have the required software installed already you can skip this step. You can check your the versions of your installations via the commands listed at the end of this step.

Note: Java 17 is only available on SAP Business Technology Platform: Cloud Foundry

For Windows 7+ or Windows Server 2003+ adhere to the following steps:

  1. Install Chocolatey. Chocolatey is a package manager for Windows which will be useful for installing necessary components. Install it by following the Chocolatey installation guide.

  2. Install the Java Development Kit:

    Shell
    winget install Microsoft.OpenJDK.17
  3. Install Maven:

    Shell
    choco install maven

To validate that everything is installed correctly you can use the following commands:

Shell
javac -version
mvn -version
Step 2 Install IDE
+
Step 3 Troubleshoot with corporate proxies
+
Step 4 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Prepare infrastructure 2. Install IDE 3. Troubleshoot with corporate proxies 4. Test yourself

Learn more →