score:32
The JetBrains website has this covered.
Migrating From Eclipse to IntelliJ IDEA
The quick answer is an Eclipse Project is equivalent to an IDEA Module. The concept of Project in IDEA is like a Workspace in Eclipse.
Edit:
Also take a look at the eclipse integration page.
score:0
A module is the equivalent of a project in eclipse.
I got the answer from one of JetBrains' short videos they provide on their site. I found them useful when played at 2X speed, so I could get up to speed on the IDE quickly: https://www.jetbrains.com/idea/documentation/
score:0
I am new to IntelliJ IDEA and have come from Eclipse world. I was initially confused by notion of projects and modules in IntelliJ IDEA . However after viewing this very useful video Running IntelliJ IDEA for the First Time, my understanding on has been greatly improved. Basically the projects and modules in IntelliJ IDEA are equivalent Eclipse workspace and projects. I recommend watching this video if you are new to IntelliJ IDEA
Source: stackoverflow.com
Related Query
- Eclipse workspaces and projects vs IntelliJ projects and modules?
- How to use Gradle to generate Eclipse and Intellij project files for Android projects
- Add Formatter settings to Eclipse and IntelliJ projects with Gradle
- IntelliJ - use imported modules as dependencies like maven projects in Eclipse
- Sharing projects between IntelliJ and Eclipse
- Best way to configure Eclipse to work with Maven projects and Java modules
- How to build and run Maven projects after importing into Eclipse IDE
- How to import Eclipse projects to IntelliJ IDEA?
- Closing unused modules in intellij idea like in eclipse
- How to create an Intellij and Eclipse compatible code style and code formatting configuration (for java code)?
- Eclipse and copying workspaces
- Using @NotNull in a project where both IntelliJ and Eclipse developers are working
- IntelliJ IDEA - "Imported project refers to unknown jdks JavaSE-1.8" while import Eclipse projects
- Best way to automatically check out and compile Eclipse projects with Ant in Hudson or another CI tool?
- Is it possible to use intellij idea and eclipse together
- Single Eclipse install with multiple Configurations and Workspaces
- Using Eclipse for Intellij Idea projects
- Differences in NetBeans and Eclipse for maven projects
- Technical details of serve modules without publishing in Eclipse WTP and Tomcat?
- Nested projects and project folders in Eclipse
- Can Eclipse and IntelliJ IDEA use the same workspace without conflict?
- Eclipse Indigo completely reset itself -- projects and settings gone
- Does NetBeans play nice with Eclipse projects and vice-versa?
- How do you point your Eclipse and Eclipse projects to a new JRE version in eclipse? (Not using JAVA_HOME)
- Eclipse projects and branches/trunk
- Using both jdk 1.6 and jdk 1.7 for different projects in Eclipse
- EclEmma plugin with TestNG plugin and multiple eclipse projects
- How create a java project for both intellij and eclipse ide's
- How to copy Eclipse app with it's all projects and space from one Mac into another?
- How to increase productivity with Vim and Eclipse for PHP5.3 projects (possibly using Eclim integration with Zend Studio)
More Query from same tag
- Is there any alternative to eclipse LogCat?
- Migrating from Eclipse to Android Studio and use Gradle instead of ant
- An internal error occurred during: "Initializing Java Tooling"
- servlet connection to remote mysql
- CVS Replace and "Switch to Another Branch or Version" in Eclipse
- MySQL Case Sensitive in Linux through Hibernate
- Getting started with SpringBoot/Spring Data/ Hibernate
- android application with warning what are the drawbacks of warning
- How to include Java package source code in an Eclipse project
- Page not found after deploying on tomcat using eclipse
- Problem with the focus in Eclipse SWT when clicking on Actions in ActionsBars
- MinGW + Eclipse: Type invalid conversion from 'void
- Add Google Play Service into eclipse workspace Android
- Camel in action source code import in Eclipse
- Unable to get TRACE output using Log4j even after adding the logger definition to log4j config file
- Junit report test result is displayed blank
- ASTRewrite for a QuickFix: How to position the cursor?
- Inserting data into a db from a list
- Invalid escape sequence Eclipse String error
- Maven clean won't delete copied resources
- How to enable the bar showing file location in Eclipse
- Eclipse: Inline breakpoints
- How to modify query string when debugging JSPs in Eclipse
- How do I embed external .wav files in my JAR?
- Can anyone recommend a good reference for setting up Hibernate3 with Eclipse?
- Getting Eclipse to trap on exceptions thrown only from my own code?
- Arraylist auto complete in eclipse
- Why my imports are not recognized
- Change focus to the editor in Eclipse while searching
- How to do i click on the Second link in the table, those values are changing dynamically in Selenium RC Server