Java/C++ Project management in Eclipse?
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++ Proje开发者_StackOverflow中文版cts", but it contain all my Java projects !
So how can I do to manage separate Java and C++ projects ? Thanks !
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.
I use separate workspace for each programming language. That works too.
精彩评论