Installing and configuring Eclipse

Aus Salespoint

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(download eclipse)
(get EclipsLink)
Zeile 31: Zeile 31:
5. click “Next” <br>
5. click “Next” <br>
6. accept license and click “Finish”<br>
6. accept license and click “Finish”<br>
-
7. wait until download has finished<br>
+
7. wait until download has finished (sometimes it takes quite a while)<br>
-
 
+
==create database connection==
==create database connection==

Version vom 13:07, 5. Okt. 2011

back to tutorials

Inhaltsverzeichnis

download eclipse

Windows

1. download "Eclipse IDE for Java EE Developers": eclipse download website
2. extract the downloaded content wherever you want to have your programs (e.g. C:\Program Files); now your eclipse is "installed"

Mac OS X

  • Download Eclipse IDE for Java EE Developers
  • Extract the tarball to a destination of your choice. In the new "eclipse" directory, click "Eclipse" to start Eclipse. No further installation is necessary.

configure Eclipse

1. start your eclipse
2. define a workspace: a place on your computer where you want to have your self programmed applications

install SVN

therefor please check out this video.

setup salepoint 5 project

get EclipsLink

1. right click on your project --> Properties --> JPA
2. select "Plattform": "EclipseLink 2.3.x"
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. select "EclipseLink 2.3.0”
5. click “Next”
6. accept license and click “Finish”
7. wait until download has finished (sometimes it takes quite a while)

create database connection

1. right click on your project --> Properties --> JPA
2. "Connection": "add Connection"
3. select "Derby" and enter a Name
4. click "Next"
5. "Driver": click the small wheel which says "New Driver Definition"
6. select "Derby Embedded JDBC Driver" version 10.2
7. click tab "JAR List"
8. add derby.jar from lib folder that comes whit the salespoint5.war file
9. click "ok", click "finish"

configure persistence.xml

finally

now you should be able to start programming

Persönliche Werkzeuge