Reputation: 1637
I was using eclipse for coding with C/C++, now my eclipse shows "C/C++ Eclipse platform".
I want to configure it to support java, j2ee, but I'm at a loss on how to do. I'm using fedora. Related info about my eclipse is:
Eclipse Platform
Version: 3.7.1
Build id: R3_7_1
(c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved.
Visit http://www.eclipse.org/platform
This product includes software developed by the
Apache Software Foundation http://www.apache.org/
Upvotes: 0
Views: 390
Reputation: 201447
Click, "Help" > "Install New Software". Work with "All Available Sites", select "Eclipse Java Development Tools" and then click "Finish".
Once installed, you will have additional "perspectives" and "project types" available. Try "Window" > "Open Perspective" > "Java", and then "File" > "New" > "Java Project".
Upvotes: 2
Reputation: 11310
Start by
installing java VM (open jdk or JDK)
Help > Install New Software >All Available Sites then choose "Eclipse Java Development Tools" and then click "Finish"
Upvotes: 0