Install WOLips with Eclipse Update Manager

Version 221.1 by pgr on 2009/12/01 09:43

Short Story

  • Requirements
    • System Requirements: Eclipse 3.4.2 (NOT 3.5 - see below)
    • Java 1.5 (not Java 1.4)
Warning

Eclipse 3.5

 
There is a build of WOLips for Eclipse 3.5, but it is currently unstable and should only be used by people that don't mind things not working correctly. Plugin URL for Eclipse 3.5: [http://webobjects.mdimension.com/wolips/eclipse_3_5]

Long Story

The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.4.2 to use WOLips. To install Eclipse, go to the Eclipse 3.4.2 Download Site and download (Eclipse IDE for Java EE Developers recommended) the build that matches your operating system and uncompress it.

Note: Eclipse 3.4.1 is the minimum requirement for WOLips stable and recommended for nightly as well.

1. Launch the Eclipse application.


2. The first window that will appear on a new installation of Eclipse is the workspace folder selection dialog. Your workspace is the folder that will contain all of your active projects along with the metadata Eclipse requires to maintain the projects.

Picture 2.png


3. The first time you launch Eclipse, you will be taken to the Welcome screen. You can review the Welcome content if you would like. When you are finished, select the "Workbench" icon on the right side, as pictured below. After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again.

Picture3a.png


4. First, let's verify that you're running Eclipse with Java 5.  Go to the "Eclipse" menu, and select "About Eclipse SDK"

Picture 14.png


5. On the About dialog, choose "Configuration Details"

Picture 15.png


6. Scroll down until you find "java.vm.version" and verify that it is listed as some variant of 1.5.x (the exact version is not important)

Picture 16.png


7. If it is not, you will need to change your default Java VM to be Java 5 (see Apple's instructions for this), or you will need to modify the Info.plist inside the Eclipse.app to tell it to open with only Java 5.  If Eclipse is running in 1.5, then close the dialogs back out to the main Eclipse window and proceed.


8. Currently you have a stock Eclipse installation which will allow you to do normal Java development, but it does not contain any of the WOLips plugins, so you will not have any of the WebObjects development tools. To begin your WOLips installation, go to the Help=>Software Updates=>Find and Install ... menu item.

Picture 17.png


9. Select "Search for new features to install" and click "Next"

Picture 4.png


10. The next dialog you get to shows the list of update sites that are available in your Eclipse install. The first time you go through this process, you will need to create the Remote Install site that points to the WOLips server. After the initial install, you can skip this step and just select the already existing WOLips site instead. To continue, select "New Remote Site" on the right hand side.

Picture 5.png


11. In the New Update Site dialog, enter "WOLips" as the name, and as the URL http://webobjects.mdimension.com/wolips/stable and click OK.

Picture 6.png


12. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue.

Picture 7.png


13. Expand the WOLips folder and select only Standard Install. Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them. Other WOLips Install Options

WOLipsInstallOptions-a.png


14. This next dialog contains the license agreements for the selected features. After reviewing the agreements (you DO review your license agreements, right :-) ), select "I accept the terms in this license agreement". Selecting this radio button will accept the license agreements for all of the features listed. Click "Next" to continue.

Picture 9.png


15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.

Picture 10.png


16. Eclipse will now download the features and plugins that you requested.

Picture 11.png


17. Once the download is complete, Eclipse will present you with the installation confirmation for each feature. The easiest option is to just select "Install All," though you can review each one individually if you would like.

Picture 12.png


18. More of the waiting game, though it should be quicker than the download.


19. Eclipse will need to be restarted for the WOLips plugins to be available.

Picture 13.png


That's it You now have all of the WOLips features installed in your Eclipse. Continue to the Create a new WO Application tutorial to learn more about using WOLips' capabilities. You can also Access the WOLips User Guide or explore additional Useful Eclipse Plugins.