Changes for page Install WOLips with Eclipse Update Manager
Last modified by Kieran Kelleher on 2021/02/17 17:30
From version 169.1
edited by Mike Schrag
on 2008/02/29 10:42
on 2008/02/29 10:42
Change comment:
There is no comment for this version
To version 160.1
edited by Mike Schrag
on 2008/02/29 10:40
on 2008/02/29 10:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,42 +9,42 @@ 9 9 10 10 The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.3.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.3.2 Download Site>>http://download.eclipse.org/eclipse/downloads/]] and download the build that matches your operating system and uncompress it. 11 11 12 -~1. Launch the Eclipse application.12 +~1. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse SDK" 13 13 14 +[[image:Picture 14.png]] 15 + 14 14 ---- 15 15 16 -2. The first windowthat will appearon a new installationof Eclipse is the workspace folder selection dialog.Your workspaceis the folder that will contain all ofyourctive projects alongwith themetadata Eclipse requires to maintain the projects.18 +2. On the About dialog, choose "Configuration Details" 17 17 18 -[[image:Picture 2.png]]20 +[[image:Picture 15.png]] 19 19 20 20 ---- 21 21 22 -3. The first time youlaunch Eclipse,youwill be takento the Welcome screen. Youcanreviewthe Welcome contentif you wouldlike. Whenyouarefinished,select the"Workbench"iconontheghtside,aspictured below. After thishereisasmall pane inhelowerrightstatusbar, where you canlookuptheWelcome screenagain.24 +3. Scroll down until you find "java.version" and verify that it is listed as some variant of 1.5.x (the exact version is not important) 23 23 24 -[[image:Picture 3.png]]26 +[[image:Picture 16.png]] 25 25 26 26 ---- 27 27 28 -4. First, let'sverifythatyou'rerunningEclipse with Java 5.Goto the "Eclipse"menu,andselect"About EclipseSDK"30 +4. 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. 29 29 30 -[[image:Picture 14.png]] 31 - 32 32 ---- 33 33 34 -5. On theAbout dialog,choose"ConfigurationDetails"34 +5. Launch the Eclipse application. 35 35 36 -[[image:Picture 15.png]] 37 - 38 38 ---- 39 39 40 -6. Scrolldownuntilyou find "java.vm.version"andverifythattislistedassomevariantof 1.5.x(the exact version isnotimportant)38 +6. 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. 41 41 42 -[[image:Picture 16.png]]40 +[[image:Picture 2.png]] 43 43 44 44 ---- 45 45 46 -7. Ifit isnot, you willneedtochangeyourdefaultJavaVM to beJava5 (seeApple'sinstructionsforthis), oryou willneedtomodify theInfo.plist inside theEclipse.appto tellitto openwithonly Java 5.IfEclipse isrunningin1.5,thenclosethedialogs backoutto the mainEclipsewindowand proceed.44 +7. 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. 47 47 46 +[[image:Picture 3.png]] 47 + 48 48 ---- 49 49 50 50 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.