Today I installed JDK on my ubuntu VM using command sudo apt-get install openjdk-7-jdk.But i can't figure out where exactly it has got installed, will I need to configure the Java in my VM so that it can be used by eclipse. In windows we change the system variable to set up Java.What do i need to do in ubuntu?
Asked
Active
Viewed 1,147 times
sudo apt-get install openjdk-7-jdk
will not install eclipse. It will install the java jdk. This will be needed later to run eclipse, but is something completely different. So right now, you don't have eclipse installed. You still need to that. Try this: http://askubuntu.com/questions/26632/how-to-install-eclipse – MadMike Oct 15 '14 at 12:54