Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can i change eclipse from "c/c++" to "java" enviorment?

Tags:

java

c++

c

eclipse

I did the opposite by mistake and now i can't go back to the java enviorment. anyoune knows how? thanks.

like image 846
tomermes Avatar asked Dec 05 '10 20:12

tomermes


People also ask

Can you use Eclipse for C++ and Java?

Eclipse is a popular integrated development environment (IDE) for developing Java and C++ applications. You can install plugins that provide special features for specialized development frameworks, such as ANTLR 4.

Can we use C language in Eclipse?

Eclipse is popular for Java project development. It also supports C/C++, PHP, Python, Perl, and other web project developments via extensible plug-ins. Eclipse is cross-platform and runs under Windows, Linux and Mac OS.

Does Eclipse CDT come with compiler?

Windows doesn't come with a build-in compiler. You could try to install Visual Studio, but it is tricky to get that working with Eclipse. Therefore we will install MSYS. MSYS is part of the MinGW suite, which provides free development tools for Windows.


2 Answers

There should be a button in the top right corner for changing perspectives.

Java perspective

You can also get to it through the Window > Open Perspective menu.

like image 169
Bill the Lizard Avatar answered Oct 31 '22 14:10

Bill the Lizard


Eclipse has a concept of "perspective" switch back to the java perspective using the menu

like image 25
jdehaan Avatar answered Oct 31 '22 14:10

jdehaan