Step 3 - Setup Eclipse IDE
All the examples in this tutorial have been written using
Eclipse IDE. So I would suggest you should have latest
version of Eclipse installed on your machine based on
your operating system.
To install Eclipse IDE, download the latest Eclipse
binaries with WTP support fromhttp://www.eclipse.org/downloads/.
Once you downloaded the installation, unpack the binary
distribution into a convenient location. For example in
C:\eclipse on windows, or /usr/local/eclipse on Linux/Unix
and finally set PATH variable appropriately.
Eclipse can be started by executing the following commands
on windows machine, or you can simply double click on eclipse.exe
%C:\eclipse\eclipse.exe
Eclipse can be started by executing the following
commands on Unix (Solaris, Linux, etc.) machine:
$/usr/local/eclipse/eclipse
After a successful startup, if everything is fine
then it should display following result:
No comments:
Post a Comment