In this blog, I will guide how to do the SAP Hybris application setup in Intellij Version.
1. Download the latest version of IntelliJ from the JetBrains site, or just write Intellij download on google search bar.
2. Download the latest version of Intellij, in new version you will get new feature, which will help in searching, finding, and auto suggestion for best coding practices.
3. You should have JDK 11, if you are using the SAP Hybris/SAP Commerce till 2011 version, and if you are using 2205 Version+ then you need JDK 17 in you local.
4. Setup the path in environment variable, in the path directory, and the path till /bin from the JDK.
5. Open IntelliJ, and press the ctrl+shift+a keys, and write project from the existing source.
6. Go to the directory where the SAP Hybris is there, till /bin/platform package, and click OK.
7. Now you should see the Hybris project import, If you are not seeing it, then you need to install the plugin "Integration From SAP Commerce"
8. Path to install the plugin is - in IntelliJ open file -> setting -> plugins -> search for "Integration From SAP Commerce" -> click on install and apply -> restart the IDE.
![]() |
Intellij SAP Hybris Plugin |