I finished installing Eclipse 3.7.2 (Indigo) on my Ubuntu 12.04 system.
I am unable to have any options pertaining to either creating a Java project, running one as a Java project, can't find any of the Java preferences for JRE settings... There is no Java Development Toolkit in the Help section. I had all this earlier, I am not sure what changed. I am assuming that this has something to do with the SDK but have no other clue.
Install your preffered JDK, then go
Preferences -> Java -> Installed JREs
and point to the fresh install.Also, check
Preferences -> General -> Capabilities
. Make sure you haveDevelopment
selected.