Home > Mobile >  Eclipse installation issue
Eclipse installation issue

Time:06-26

It is possible to install Eclipse for Java and C in the same time for same Pc? Thanks ☺️ I’m Java Developer but also I need eclipse even for C projects. It is that possible ?

CodePudding user response:

You have options:

  • install Eclipse/Java and Eclipse/C in different folders on the same computer
  • Install either Eclipse/Java or Eclipse/C , then further install the plugins for the missing language

The first one is trivial as it is just two downloads. For the second, check out https://stackoverflow.com/a/39283723/4222206

  • Related