Friday, May 18, 2012

Install the GNOME desktop in Ubuntu

Type sudo apt-get  install ubuntu-desktop to download and install. Type startx to start the GNOME If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged...

How to release a service running on some port and assign new task in Ubuntu?

I have been running some service on my port 8080 and then tried to install Apache Tomcat server on the same port. It doesn't show me any output related to new installation when checked in the URL http://localhost:8080/...

No JDK found - please set JAVA_HOME error while starting Apache tomcat in ubuntu

If you have already installed JDK and JRE in your system and encountered this error, then follow below steps. 1) Type sudo gedit ~/.bashrc in the terminal 2) Add export JAVA_HOME=/usr/lib/jvm/java-7-oracle  at the end of...

How to install Tomcat in Ubuntu ?

1) Find a correct tomcat package to install sudo apt-cache search tomcat 2) For example, if you find tomcat6 in the output of above command, Install all Tomcat packages with following commands sudo apt-get...

Thursday, May 17, 2012

Which one is better ? open-jre or sun java ?

On a whole, open java and sun java are 99 % similar. As oracle purchased sun company, java is taken into oracle and tried to make it proprietary. Open jdk / open jre is under...

Page 1 of 49123»