Changes for page WO 5.4 Getting Started

Last modified by D Tim Cummings on 2013/06/14 16:27

From version 53.1
edited by Pascal Robert
on 2007/11/29 13:19
Change comment: There is no comment for this version
To version 52.1
edited by Pascal Robert
on 2007/11/27 22:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +3,3 @@
1 -= Running the examples =
2 -
3 3  Apple has converted their WebObjects examples in the Eclipse format, but no documentation is provided on how to import them into Eclipse.
4 4  
5 5  The examples are in /Developer/Examples/JavaWebObjects
... ... @@ -13,7 +13,7 @@
13 13  
14 14  {{/code}}
15 15  
16 -Now, you can import the examples into Eclipse. Start Eclipse, select File > Import, and select General > Existing Projects into Workplace.
14 +Now, you can import the examples into Eclipse. Start Eclipse, select File -> Import, and select General -> Existing Projects into Workplace.
17 17  
18 18  On the next page, select Select root directory and browse your disk to /Developer/Examples/JavaWebObjects. You should see a list of projects to import. Deselect the second javaeoutil project, or else you won't be able to import the projects.
19 19  
... ... @@ -21,7 +21,7 @@
21 21  
22 22  Now, you need to fix the examples, because the build path is pointing to the source projects of the WO frameworks, source that nobody outside Apple has access to :-)
23 23  
24 -For each project, right-click on each project, select Build Path > Configure Build Path...
22 +For each project, right-click on each project, select Build Path -> Configure Build Path...
25 25  
26 26  Click on the Projects tab, select the references to the WO frameworks and click Remove
27 27