Installing and configuring Eclipse
Aus Salespoint
(→4. setup salepoint 5 project) |
|||
Zeile 18: | Zeile 18: | ||
4.1 right click on your project --> Properties --> JPA <br> | 4.1 right click on your project --> Properties --> JPA <br> | ||
4.2 select "Plattform": "EclipseLink 2.3.x" <br> | 4.2 select "Plattform": "EclipseLink 2.3.x" <br> | ||
- | 4.3 in JPA implementation click on the small symbol with the disk and the arrow which says “Download Library...” <br> | + | 4.3 in "JPA implementation" select "Type": "User Library" and click on the small symbol with the disk and the arrow which says “Download Library...” <br> |
4.4 select "EclipseLink 2.3.0” <br> | 4.4 select "EclipseLink 2.3.0” <br> | ||
4.5 click “Next” <br> | 4.5 click “Next” <br> | ||
- | 4.6 accept license and click “Finish” | + | 4.6 accept license and click “Finish”<br> |
- | 4.7 wait until download has finished | + | 4.7 wait until download has finished<br> |
- | + | ||
==5. get EclipsLink== | ==5. get EclipsLink== |
Version vom 12:39, 4. Okt. 2011
back to tutorials
Inhaltsverzeichnis |
1. download eclipse
1.1 download "Eclipse IDE for Java EE Developers": eclipse download website
1.2 extract the downloaded content wherever you want to have your programs (e.g. C:\Program Files); now your eclipse is "installed"
2. configure Eclipse
2.1 start your eclipse
2.2 define a workspace: a place on your computer where you want to have your self programmed applications
3. install SVN
therefor please check out this video.
4. setup salepoint 5 project
4.1 right click on your project --> Properties --> JPA
4.2 select "Plattform": "EclipseLink 2.3.x"
4.3 in "JPA implementation" select "Type": "User Library" and click on the small symbol with the disk and the arrow which says “Download Library...”
4.4 select "EclipseLink 2.3.0”
4.5 click “Next”
4.6 accept license and click “Finish”
4.7 wait until download has finished