1

I use both Java (J2SE) and C++ (use CDT plugin) in Eclipse. So I want manage separate Java projects and C++ projects. I switch C++ perspective, I see a fast view is called "C/C++ Projects", but it contain all my Java projects !

So how can I do to manage separate Java and C++ projects ? Thanks !

clatliasiate
  • 41
  • 1
  • 2

2 Answers2

5

Use Eclipse's Working Sets. You can configure Working Sets to only show for particular perspectives, which should accomplish your goals.

Additional resources on this thread and in the Eclipse documentation.

Community
  • 1
  • 1
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
2

I use separate workspace for each programming language. That works too.

Kien Truong
  • 11,179
  • 2
  • 30
  • 36