Monday, May 5, 2014

Java EE 102: ECLIPSE IDE and SubClipse

-----
Java EE 102: ECLIPSE IDE and SubClipse

This tutorial is based on  http://www.youtube.com/watch?v=V9d9X8-RTt0 .

STEPS

1) Download Eclipse package.

Go to http://www.eclipse.org/downloads/ and download the package file.
Save the zip file to C:\J2EETutorial\Installers.

2) Unzip the package.

Unzip the zip file to C:\J2EETutorial\eclipse.
The eclipse.exe file should be located in the path C:\J2EETutorial\eclipse\...
Create the shortcut to the exe file on the desktop for easy access later on.

3) Run the eclipse.exe

3.1) If you get an error message like below,
Find the ini file in the eclipse folder and open the file …
By default, this is what you have …
Edit by entering the path to your javaw.exe file ...
3.2) Set workspace.
If your eclipse starts well, it will begin with first asking your workspace.
Enter the path to your workspace, i.e. C:\J2EETutorial\eclipse\workspace
Tick “Use this as the default and do not ask again.
Click OK.
Eclipse windows appears on the screen.
Close the welcome window.

4) Install Subclipse.

Goto http://subclipse.tigris.org and download subclipse.

Copy the update site link.
Paste the link to the Eclipse’s update window.
Tick the item and click Next.
REFERENCE:

-----

No comments:

Post a Comment