How to install plugin in eclipse follow this link
Step1: In eclipse open
Help-->Install New Software
Help-->Install New Software

CREATE DATABASE `database name ` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
2.create table.
example:
create table `telugunames` (name varchar(100))
3. insert data.
example:
INSERT INTO `japanese`.`telugunames` (`name`) VALUES ('అప్పజి');
1 - Download eclipse from eclipse.org.
http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2 (DO NOT USE UBUNTU REPOSITORY.) Install GWT according to the guide: https://developers.google.com/eclipse/docs/download 2 - After installation, start Eclipse and disable the option
"Use webkit rendering window for GWT UI if available", at Window, Preferences, Window Builder,
GWT 3 - Install the following two libraries in the following order, which will replace the webkit: sudo dpkg-i packagename.deb download and install: https://docs.google.com/file/d/0B9KWSpNWygKAYW1yeDhBa2xaRlU/edit#
(filename: libhunspell-1.2-0_1.2.11-1ubuntu1_i386.deb )
download and install: http://depositfiles.com/files/eusg1y75c
(filename: xulrunner-1.9.2-ubuntu-i386.deb )
(to install double click on the file)
Or look for xulrunner! 4 - Restart eclipse. GWT Designer is already running again.
advanced-suggest-select-box
Configuring Tomcat 6 with eclipse in ubuntu
open terminal and type this
sudo apt-get install tomcat6(not required if already installed)
cd /usr/share/tomcat6
sudo ln -s /var/lib/tomcat6/conf conf
sudo ln -s /etc/tomcat6/policy.d/03catalina.policy conf/catalina.policy
sudo ln -s /var/log/tomcat6 log
sudo chmod -R 777 /usr/share/tomcat6/conf
restart servet
then configure the server