0% found this document useful (0 votes)
81 views2 pages

Instructions To Install Eclipse

The document provides instructions for installing Eclipse, Flex Builder, Subclipse plugin, and checking out source code from an SVN repository into Eclipse. It outlines downloading and extracting Eclipse, downloading plugins from within Eclipse, and checking out a specific project from an SVN URL.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views2 pages

Instructions To Install Eclipse

The document provides instructions for installing Eclipse, Flex Builder, Subclipse plugin, and checking out source code from an SVN repository into Eclipse. It outlines downloading and extracting Eclipse, downloading plugins from within Eclipse, and checking out a specific project from an SVN URL.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Instructions to install Eclipse

1. Download Eclipse from


http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/
R-3.3.2-200802211800/eclipse-SDK-3.3.2-win32.zip .
2. Make sure you download the classic version. The link above takes you to the
classic version download page.
3. Once you have unzipped the previously downloaded file, you will see a folder
named eclipse. In that folder you will find the eclipse application (a big blue dot).
It is recommend you create a shortcut on the desktop to simplify the launching of
eclipse. Notice that unlike other installations, Eclipse does not have an
installation process. Once you have unzipped the file you are done.
4. To open Eclipse, all you need is double-click the icon.

Instruction to install Flex Builder

1. Download Flex plug-in from


https://www.adobe.com/cfusion/tdrc/index.cfm?product=flex%5Feclipse
(You have to sign in or create a new account)
2. Open or double-click the installer executable file.
3. Specify a location to contain temporary files.
4. Select the Flex Builder Plug-in and Flex SDK option and click Next..
5. Accept the license agreement and follow the prompts.
6. To start Flex Builder 2 select Programs > Adobe > Adobe Flex Builder 2 Eclipse
Launcher from the Start menu.

Instructions to install Subclipse


Subclipse is an Eclipse Team Provider plug-in providing support for Subversion
within the Eclipse IDE.

1. Detailed instructions to install subclipse can be found at


http://subclipse.tigris.org/install.html. (Note: You download this Plug-in from
within the Eclipse IDE itself)

Instructions to get the Viewer Code

1. Open Eclipse
2. Create a new project by clicking File > New > Project
3. Select SVN > Checkout Projects from SVN. Click Next
4. Select Create New Repository location. Click Next
5. Enter the following
https://10.10.0.133/svn/YachtRecord/Innovex/Source/trunk/java/YachtRecord1.0/
com.yachtrecord.ui/ in URL. Click Next.
6. Expand
https://10.10.0.133/svn/YachtRecord/Innovex/Source/trunk/java/YachtRecord1.0/
com.yachtrecord.ui/. Select Viewer and Click Next.
7. Click Finish to get the code from the Subversion.
8. This will update the code in Eclipse. This may take a while.

You might also like