Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone explain how to get a hybris project set up in Intellij Idea?

I am following the trails on the wiki and I am able to get the Hybris project set up in Eclipse just fine. But because I am new to Intellij Idea and I am still trying to grasp the idea of "projects" instead of "workspaces", I am having a hard time translating the Eclipse setup steps into intellij idea steps. I have Hybris - how do I "open" it in Intellij Idea? (Apologies ahead of time for the noob question but appreciate any input someone can give me).

like image 323
Lani1234 Avatar asked Nov 05 '14 22:11

Lani1234


People also ask

How to integrate Hybris with IntelliJ IDEA?

That plugin provides Hybris integration into Intellij IDEA and another IDE based on it. You can install it to your IDE directly from the repository by clicking on the "Browse Repositories" button in Settings/Plugins dialog. Show activity on this post.

What is the Java option in IntelliJ?

The Java option allows you to create a new Java project using the IntelliJ IDEA build system. You can add additional libraries and frameworks to your Java project such as Groovy or Kotlin. You can also add SQL in our Enterprise Edition.

How to add GitLab plugin to IntelliJ?

Intellij, Add gitlab plugin to Intellij, Ant, Java 1.8.0_66 (only this version works for my project) 1. Create project folder 2. Copy and paste the Hybris zip into the project folder 3. Unzip hybris 4. Rename the ‘hybris’ folder to ‘hybris1’ 5. Open Intellij 6.

How do I change settings in IntelliJ IDEA?

The All settings link in the Welcome screen shows you settings that apply to all IntelliJ IDEA new projects. The same settings are also available inside a project, and then they apply to that project. As you’d expect, you can search for what you want to change in the top-left hand corner.


Video Answer


2 Answers

Just install "Hybris Integration" plugin it will do everything automatically. You will be able to import Hybris projects just like maven or gradle based projects. That plugin provides Hybris integration into Intellij IDEA and another IDE based on it.

You can install it to your IDE directly from the repository by clicking on the "Browse Repositories" button in Settings/Plugins dialog.

like image 89
Alexander Bartash Avatar answered Oct 28 '22 07:10

Alexander Bartash


1.Open "Intellij"

2.Click on "Configure" drop down at below on right side

3.Select "Plugins" from drop down

4.Install "SAP Commerce Developers ToolSet" plugin.

5.Restart Intellij again. Click on "+New Project"

6.Select "Empty Project" and then click "Next"

7.Give "Project name" like. "vip" or anything which you want to give and then click on Finish.

8.Close the popup, which will come automatically.

9.Click File->New ->"Project from Existing Resource".

10.Select "bin" folder from your project setup.

11.In popup, Select radio button "import project from external model". And Select "hybris"

12.Click on "Next" two more times. Then it will show all the extensions which you have imported for your project

  1. Click on "Next" two more times. Now it open the "intellij" workspace.

  2. pop up will come and select "This window"

Your hybris is ready to use in Intellij

like image 40
Priyanka Gupta Avatar answered Oct 28 '22 06:10

Priyanka Gupta