Last modified by Kieran Kelleher on 2021/02/17 17:30

From version 242.1
edited by Timothy Worman
on 2010/10/07 19:12
Change comment: There is no comment for this version
To version 243.1
edited by Timothy Worman
on 2010/10/07 19:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,7 +32,7 @@
32 32  
33 33  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.
34 34  
35 -[[image:ecplipse-start.png||border="1"]]
35 +[[image:ecplipse-start.png]]
36 36  
37 37  After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again.
38 38  
... ... @@ -42,17 +42,19 @@
42 42  
43 43  4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse"
44 44  
45 +[[image:AboutEclipse.png]]
46 +
45 45  ----
46 46  
47 -5. On the About dialog, choose "Configuration Details"
49 +5. On the About dialog, click "Installation Details"
48 48  
49 -[[image:AboutEclipse.png]]
51 +[[image:AboutEclipseDialog.png]]
50 50  
51 51  ----
52 52  
53 -6. Scroll down until you find "java.vm.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 +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)
54 54  
55 -[[image:Configuration.jpg]]
57 +[[image:JavaVersionCheck.png]]
56 56  
57 57  ----
58 58  
... ... @@ -60,30 +60,24 @@
60 60  
61 61  ----
62 62  
63 -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 the Eclipse menu, select **Help** => **Software Updates...**. This opens the "Software Updates and Add-ons" panel.
65 +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...**
64 64  
65 -[[image:HelpSoftwareUpdate.jpg]]
67 +[[image:InstallNewSoftware.png]]
66 66  
67 67  ----
68 68  
69 -9. The "Installed Software" tab is selected. Click the **Available Software** tab to display the current list of update sites that are available in your Eclipse install:
71 +9. This opens the "Install" panel where you can specify specific 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.
70 70  
71 -[[image:SoftwareUpdates.jpg]]
73 +[[image:InstallPanel.png]]
72 72  
73 73  ----
74 74  
75 -10. The first time you go through this process, you will need to add the WOLips site to the list. After the initial install, you can skip this step and just select the already existing WOLips site instead. To continue, select "Add Site..." on the right hand side. The "Add Site" panel appears. 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. i.e: For Eclipse 3.5, use [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/]]
77 +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. [[image:AddWOLipsSite.png]]
76 76  
77 -**{//}NOTE{//}{**}//: Please ignore the url in the screenshot (and the man behind the curtain) below.//
78 -
79 -[[image:SoftwareUpdatesAddSite.jpg]]
80 -
81 81  ----
82 82  
83 -~11. You are returned to the "Software Updates and Add-ons" panel, the WOLips site having been added to the list, and fully expanded to display all its offerings. Select only **Standard Install** (with all its components).
81 +~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]].)
84 84  
85 -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]].)
86 -
87 87  Depending on your platform, you should remove either "WOLips Goodies Win" (if you're on a Mac) or "WOLips Goodies Mac" (if ... **gasp**):
88 88  
89 89  [[image:SoftwareUpdatesWOLipsAdded.jpg]]