Difference between revisions of "Code repository and Eclipse"

From SIMA wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
== Get Code ==
 
== Get Code ==
#Variante: [[Clone the ARSIN_V01 Repository]] (siehe auch wie man EGit installiert weiter unten)
+
#Möglichkeit 1: [[Clone the ARSIN_V01 Repository]] (siehe auch wie man EGit installiert weiter unten)
#Variante: [[Kopieren der Files von Datenträger]]
+
#Möglichkeit 2: [[Kopieren der Files von Datenträger]]
  
 
== EGit - Plugin installieren ==
 
== EGit - Plugin installieren ==

Revision as of 13:29, 18 October 2012

Eclipse installieren

Eclipse downloaden und "installieren" ( http://www.eclipse.org/)

Get Code

  1. Möglichkeit 1: Clone the ARSIN_V01 Repository (siehe auch wie man EGit installiert weiter unten)
  2. Möglichkeit 2: Kopieren der Files von Datenträger

EGit - Plugin installieren

Variante 1

  1. Run eclipse as administrator!!!
  2. Help→Install new sofware
  3. Select ”–All Available Sites–” in work with pull-down-menu.
  4. Enter “egit” in text box “type filter text”.
  5. Select Collaboration/Eclipse Egit
  6. Button “Next”
  7. Button “Next”
  8. Radiobutton “I accept …”
  9. Button “Finish”
  10. Button “Restart Now”


Variante 2

  1. Run eclipse as administrator!!!
  2. Help→Eclipse Marketplace
  3. Search for the keyword “egit”
  4. Select EGit Software (probably top in the list) → Button “Install”
  5. Button “Next”
  6. Button “Next”
  7. Radiobutton “I accept …”
  8. Button “Finish”
  9. Button “Restart Now”

Check Installation

  1. Run eclipse
  2. Help→Install new sofware
  3. Close to the bottom of window “Install”: click “already installed”
  4. Tab “Installed software”
  5. “Eclipse EGit” should be in the list


JAVA 3D installieren

Der Code sollte ohne Java3D laufen, die core3d libary ist in den betreffenden Prijekte hinzugefügt. Wer 3D verwenden will oder wo es probleme gibt bitte folgedes lesen... Java3D installieren (z.B. java3d-1_5_1-windows-amd64.exe runterladen für 64-bit Windows7) Der häufigste Fehler, der dabei auftritt ist, dass Eclipse die dll j3dcore-ogl.dll nicht im Pfad findet. Abhilfe z.B. j3dcore-ogl.dll von C:\Program Files\Java\Java3D\1.5.1\bin nach C:\Windows kopieren.

Beim starten des simulators kommt immer die Meldung "...java3d missing..." in rot. das ist normal, aber nciht gewünscht -> siehe auch Studentenaufgaben

Next Step: First steps in the simulator