Info |
---|
indent |
---|
{color:green}Help is available by sending an email to [mailto: Help is available by sending an email to csf-support@mit.edu Have any suggestion on how improve this wiki? Please give us your feedback at csf-support@mit.edu ]{color}
|
Panel |
---|
Note |
---|
The instructions below are for the Eclipse IDE for Java EE Developers (a.k.a Indigio). If you are using an IDE other than Eclipse - Indigo then the detailed instructions given below may differ from what is required by your IDE. In this event, The Quick link topics should be view as what has to be done rather than how to do it. |
|
panelQuick Links to: |
Panel |
---|
Anchor |
---|
| Eclipse Indigo - Download and Installation |
---|
| Eclipse Indigo - Download and Installation |
---|
|
Eclipse Indigio - Download and Installation |
panel Info |
---|
If you encounter any broken links, go to the Eclipse web site and select Downloads from the task bar. Find and click on Eclipse IDE for Java EE Developers (do not do a download from this page), then select Indigo Packages and continue with step 2 below. |
- Go to the Eclipse download site . For and from the left hand panel, select Indigo Packages . From the list of Indigo downloads, find and click on*entry for Eclipse IDE for Java EE Developers* and click-on the OS version (Windows, Mac or Linux) that you want to download.
- In the right-hand panel (titled: Download Links), select the OS version that you want (e.g. Windows, Mac or Linux 32 bit or 64 bit).
- Select a Mirror and save the downloaded file on your workstation.
- Unzip/untar the downloaded file to any directory of your choice.
|
Panel |
---|
Anchor |
---|
| Eclipse Indigo - Subversion Installation and configuration |
---|
| Eclipse Indigo - Subversion Installation and configuration |
---|
|
Eclipse Indigo - Subversion installation |
...
paneland configuration- Run Eclipse. Go into Help > Install New Software and the following panel will be displayed:
indent |
---|
2 | 2 |
!eclipseSvn011.jpg!
Image Added - From the Work With dropdown list, select Indigo - http://download.eclipse.org/releases/indigo
Image Removed . In In the Selection box, select Collaboration as shown below.
indent |
---|
2 | 2 |
!eclipseSvn013.jpg!
Image Added When satisfied that everything is correct, click Next. - Review the panel.
indent |
---|
2 | 2 |
!eclipseSvn015.jpg!
| Image Added When satisfied that everything is correct, click Next. - Accept the Licenses.
indent |
---|
2 | 2 |
!eclipseSvn017.jpg!
| Image Added When satisfied that everything is correct, click Finish. - When the following panel is display,
indent |
---|
2 | 2 |
!eclipseSvn019.jpg!
Image Added Click Restart Now. - As shown below, select SVN Kit 1.3.5
indent |
---|
2 | 2 |
!eclipseSvn021.jpg!
| Image Added When satisfied that everything is correct, click Finish. - Verify that the Install entries have be selected as shown below.
indent |
---|
2 | 2 |
!eclipseSvn023.jpg!
Image Added When satisfied that everything is correct, click Next. - Review the panel.
indent |
---|
2 | 2 |
!eclipseSvn025.jpg!
Image Added When satisfied that everything is correct, click Next. - Accept the Licenses.
indent |
---|
2 | 2 |
!eclipseSvn027.jpg!
Image Added When satisfied that everything is correct, click Finish. - When the following panel is display,
indent |
---|
2 | 2 |
!eclipseSvn029.jpg!
Image Added Click Restart Now. SVN Subversion installation and configuration for Eclipse is now complete.
|
...
Panel |
---|
Anchor |
---|
| Eclipse Indigo - OC4J server installation and configuration |
---|
| Eclipse Indigo - OC4J server installation and configuration |
---|
|
Eclipse Indigo - OC4J server installation and configuration- Run Eclipse. Select the Servers tab as shown below:
|
...
-
Image Added
|
Click new server wizard. Note: If you have previously installed servers, right click anywhere in the
|
...
- servers tab and select New > Server.
- In the selection box, scroll down and expand to the Oracle entry. Select Oracle OC4J Standalone Server 10.1.3.n as shown below.
|
...
!eclipseOc4jServer004.jpg!
-
Image Added When satisfied that everything is correct, click Next. - From the JRE: dropdown list, select the
|
...
- JDK that was previously installed in Eclipse.
Change the Oracle J2EE Home to where you have installed
|
...
- the Oracle Standalone server.
|
...
-
Image Added
|
When satisfied that everything is correct, click Next.- Change the Password: from welcome to the password the you choose for the oc4jadmin when you installed the OC4J standalone server.
Image Added When satisfied that everything is correct, click Finish.
OC4J standalone server installation and configuration for Eclipse is now complete.
|
Panel |
---|
Anchor |
---|
| Eclipse Indigo - Tomcat 7 server installation and configuration |
---|
| Eclipse Indigo - Tomcat 7 server installation and configuration |
---|
|
Eclipse Indigo - Tomcat 7 server installation and configuration Warning |
---|
This task is optional. If you are not planning to use a Tomcat 7 server |
|
...
!eclipseOc4jServer008.jpg!
, then this task does not have to be done. The Eclipse - Tomcat 7 installation assumes that you have done an Install Tomcat 7. If you have not installed Tomcat 7, please do so now. |
- Run Eclipse. Go to Window > Show View > Servers.
Image Added - Right click anywhere within the servers View (as shown below) and select New > Server.
Image Added - In the Define a New Server panel, expand Apache (as shown below) and select Tomcat v7.0 Server.
Change the Server name: to indicate the version of Tomcat that you have installed. In this example, the installed version of Tomcat is version 7.0.29.
Image Added
When you are satisfied that everything is correct, click Next. In the Tomcat Server panel, click the Browse button and select the location of your Tomcat installation. In this example, the Tomcat installation is at: Code Block |
---|
C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.29
|
From the JRE: dropdown list, select the JRE that you had previously installed. In this example, the previously installed JRE is jdk1.6.0_27.
Your Tomcat Server panel should now look similar to the following:
Image Added
When you are satisfied that everything is correct, click Finish. - Your Servers View should now be similar to the following:
Image Added
Right click on the Tomcat entry in the Servers View and select Open.
The Tomcat Overview panel will be displayed as shown below.
In the Server Locations: select the Use Tomcat installation (takes control of Tomcat installation) radio button. In the Server Locations: change the Deploy path from wtpwebapps to webapps.
Your Overview panel should now look similar to the following:
Image Added
Save all the changes that you have made to the Overview panel. Saving the changes to the Overview panel must be done before continuing. Again, in the Overview panel under the General Information section, click on the Open launch configuration link and select the (x)= Arguments tab.
The Edit launch configuration properties panel should look as follows:
Image Added
Add the following to the VM argumentsdialog box: Code Block |
---|
-Xmx1024m –Xms1024m -XX:MaxPermSize=1024m
|
Note |
---|
If tomcat fails to start, change the above settings to: Code Block |
---|
-Xmx512m –Xms512m -XX:MaxPermSize=512m
|
|
The above additions to the VM arguments will help to prevent PermGen errors.
The Edit launch configuration properties panel should look as follows:
Image Added
When you are satisfied that everything is correct, click Apply, then click OK.
Save and close the Overview panel. - In the Servers View, right click on the Tomcat server and select Start as shown below:
Image Added After the Tomcat server has started, open a Web Browser and enter the following URL: Code Block |
---|
http://localhost:8080/manager/html
|
When prompted, enter the manager-gui username and password that you had selected when you installed the Tomcat Server.
If everything was done correctly, you should now have the following displayed in you browser:
Image Added Tomcat 7 server installation and configuration
|
...
for Eclipse is now complete.
|
Panel |
---|
Anchor |
---|
| Eclipse Indigo - Maven installation and configuration |
---|
| Eclipse Indigo - Maven installation and configuration |
---|
|
Eclipse Indigo - Maven installation and configuration Warning |
---|
The Eclipse - Maven installation assumes that you have done an Install Maven. If you have not installed Maven, please do so now. |
- Run Eclipse. Go to Window > Preferences.
From the Selection, expand Maven and select Installations. Image Added Click the Add... button. - Navigate to the external Maven installation directory.
Image Added When satisfied that everything is correct, click OK. - Verify that the External installation of Maven is selected.
Image Added When satisfied that everything is correct, click the Apply button then click the OK.
Maven installation and configuration for Eclipse is now complete.
|