java - 如何在 IntelliJ IDEA 的同一个工作空间中创建两个项目而不是两个模块?

标签 java intellij-idea intellij-idea-2016

如标题所说,如何在 IntelliJ IDEA 中的同一工作区中创建 2 个项目?

最佳答案

请阅读FAQ for Eclipse users .

在IntelliJ IDEA中工作空间对应一个项目。你可以add multiple modules to a project , 但您不能在同一窗口中同时打开多个 IDEA 项目。

No workspace

The first thing you'll notice when launching IntelliJ IDEA is that it has no workspace concept. This means that you can work with only one project at a time. While in Eclipse you normally have a set of projects that may depend on each other, in IntelliJ IDEA you have a single project that consists of a set of modules.

If you have several unrelated projects, you can open them in separate windows.

If you still want to have several unrelated projects opened in one window, as a workaround you can configure them all in IntelliJ IDEA as modules.

关于java - 如何在 IntelliJ IDEA 的同一个工作空间中创建两个项目而不是两个模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42760600/

相关文章:

java - Java 上的日历不适用于 "America/Santiago"DST 时区

java - JPA 可嵌入物集合

scala - 如何设置 IntelliJ Idea Scala 项目以识别本地 Ivy2 缓存?

java - IntelliJ IDEA - JScrollpane 中的 JPanel 未显示内容

apache-spark - 在 IntelliJ 中调试时无法访问 SparkUI

java - JPA EntityTransaction 的目的是什么

java - 迭代器和常规 for 循环

ide - 如何在 Intellij Idea 中删除 BOM

intellij-idea - 更改IntelliJ IDEA 2016中的默认工具窗口行为

cucumber - 我在使用 Cucumber 的 IntelliJ 中不断收到错误 "Unimplemented substep definition"?