Version 136.1 by David Holt on 2011/08/02 23:52

Hide last authors
Kieran Kelleher 133.1 1 === Short Story ===
Maik Musall 115.1 2
Kieran Kelleher 133.1 3 * Requirements
4 ** System Requirements: Eclipse 3.6.1 (32-bit or 64-bit depending on your architecture)
5 ** Java 1.5 or greater (not Java 1.4)
Maik Musall 115.1 6
Kieran Kelleher 133.1 7 * WOLips plugin URL:
David Holt 135.1 8 ** Elipse 3.7 (Current): [[http://webobjects.mdimension.com/hudson/job/WOLips37Current/lastSuccessfulBuild/artifact/site/]]
Kieran Kelleher 133.1 9 ** Eclipse 3.6 (Stable): [[http://webobjects.mdimension.com/hudson/job/WOLips36Stable/lastSuccessfulBuild/artifact/site/]]
10 ** Eclipse 3.6 (Experimental): [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips36Current/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips36Current/lastSuccessfulBuild/artifact/site/]]
Mike Schrag 125.1 11
Kieran Kelleher 133.1 12 === Long Story ===
Maik Musall 115.1 13
Kieran Kelleher 133.1 14 The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.6.1 and use WOLips 3.6 Stable. To install Eclipse, go to the [[Eclipse 3.6.1 Download Site>>http://www.eclipse.org/downloads/packages/release/helios/sr1]] and download (Eclipse IDE for Java EE Developers recommended) the build that matches your operating system/processor and uncompress it.
Andrus Adamchik 127.1 15
Kieran Kelleher 133.1 16 {{warning}}
Maik Musall 115.1 17
Kieran Kelleher 133.1 18 To avoid weird behavior, the complete path to the Eclipse executable must have *NO* spaces in it. Probably wise to ensure likewise with your workspace directory path. Your workspace should not include dashes either. You have been warned\! :-)
Filippo Laurìa 131.1 19
20 {{/warning}}
21
Kieran Kelleher 133.1 22 ~1. Launch the Eclipse application.
Maik Musall 115.1 23
Kieran Kelleher 133.1 24 ----
Andrus Adamchik 127.1 25
Kieran Kelleher 133.1 26 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.
David Avendasora 121.1 27
Kieran Kelleher 133.1 28 [[image:Picture 2.png]]
Maik Musall 115.1 29
Kieran Kelleher 133.1 30 ----
Andrus Adamchik 127.1 31
Kieran Kelleher 133.1 32 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 and the tutorials are useful if you are unfamiliar with the platform. When you are finished, select the "Workbench" icon on the right side, as pictured below.
David Avendasora 121.1 33
Henrique Prange 129.1 34 [[image:ecplipse-start.png]]
Kieran Kelleher 133.1 35
Henrique Prange 129.1 36 After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again.
Kieran Kelleher 133.1 37
Henrique Prange 129.1 38 [[image:restore-welcome.png]]
Kieran Kelleher 133.1 39
40 ----
41
42 4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse"
43
Henrique Prange 129.1 44 [[image:AboutEclipse.png]]
Kieran Kelleher 133.1 45
46 ----
47
48 5. On the About dialog, click "Installation Details"
49
Henrique Prange 129.1 50 [[image:AboutEclipseDialog.png]]
Kieran Kelleher 133.1 51
52 ----
53
54 6. Click "Configuration" and Scroll down until you find "java.version" and verify that it is listed as some variant of 1.5.x or 1.6.x (the exact version is not important)
55
Henrique Prange 129.1 56 [[image:JavaVersionCheck.png]]
Kieran Kelleher 133.1 57
58 ----
59
60 7. If it is not, you will need to change your default Java VM to be Java 5 (or 6) (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 (or 6). If Eclipse is running in 1.5 (or 1.6), then close the dialogs back out to the main Eclipse window and proceed.
61
62 ----
63
64 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, from within Eclipse, select **Help** => **Install New Software...**
65
Henrique Prange 129.1 66 [[image:InstallNewSoftware.png]]
Kieran Kelleher 133.1 67
68 ----
69
70 9. This opens the "Install" panel where you can specify sites for Eclipse to download new software features. This dialog allows you to add/inspect any software features you have downloaded or were included in your default install of Eclipse. You can click "Available Software Sites" to see what was included by default.
71
Henrique Prange 129.1 72 [[image:InstallPanel.png]]
Kieran Kelleher 133.1 73
74 ----
75
76 10. To install WOLips you will need to add the WOLips update site to Eclipse. You do this by clicking the "Add" button.  In the Name field you can enter a name for your update site. The name is arbitrary but since you could have multiple similar update sites you should give it a name that leaves no doubt about what it is. In the Location field, enter the URL for the version of WOLips that matches your version of Eclipse (See the "Short Story" at the top of this page) and click OK.
77
Henrique Prange 129.1 78 [[image:AddWOLipsSite.png]]
Kieran Kelleher 133.1 79
80 ----
81
82 ~11. You are returned to the "Install" panel, the WOLips site having been added to the list, and fully expanded to display all its offerings. Select features you want. If you're just getting started with WOLips you should select "WOLips" and "WOLips Goodies." Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them. (Here are some [[Other WOLips Install Options]].)  After selecting the options you want, click "Next." You'll briefly see a progress bar while Eclipse "calculates requirements and dependencies."
83
Henrique Prange 129.1 84 [[image:SelectFeatures.png||border="1"]]
Kieran Kelleher 133.1 85
86 ----
87
88 12. You'll see an "Install" panel, asking you to Review and Confirm selected items to be installed.
89
Henrique Prange 129.1 90 [[image:InstallConfirm.png]]
Kieran Kelleher 133.1 91
92 ----
93
94 13. Click **Next >**. The 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 of the license agreement." Selecting this radio button will accept the license agreements for **all** of the features listed. Click **Finish** to continue. You may also get a warning about "unsigned content." Click "OK" to dismiss that dialog and continue the install.
95
Henrique Prange 129.1 96 [[image:LicenseConfirm.png]]
Kieran Kelleher 133.1 97
98 ----
99
100 14. Eclipse will now download and install all the selected features and plugins. When it has completed, it will prompt you to restart Eclipse. Select "Restart Now."
101
Henrique Prange 129.1 102 [[image:restart.png]]
Kieran Kelleher 133.1 103
104 ----
105
106 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]].