Install java jdk jre in Ubuntu(linux)
Just when i installed UBUNTU in my virtual machine i looked for my development applications. And the prime need was JAVA, the language in which i talk these days :p
So people like me, who are LINUX aspirant, and want to lean more about it, start by using java. A simple command in the console can do the magic
sudo apt-get install sun-java6-jdk
The install is going to take time, depending on the kind of network hooked into ur machine ![]()
just when the installer finishes it, you can use the following two commands to verify the successful install.
java -version
javac -help
cheers !!
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.


Comments
No comments yet.
Sorry, the comment form is closed at this time.