Difference between revisions of "Kopieren der Files von Datenträger"

From SIMA wiki
Jump to: navigation, search
(Programmcode in Eclipse Importieren)
Line 18: Line 18:
 
#Select All
 
#Select All
 
#Next/Finish
 
#Next/Finish
 +
 +
 +
== Ohne S: Laufwerk ==
 +
#Projekt importieren
 +
#Libaries neu importieren
 +
#properties auf jedem Projekt -> java build path -> fehlene libaries hinzufügen
 +
#Pfad in file anpassen: clsGetARSPath.java

Revision as of 14:39, 17 October 2012

Laufwerk S: anlegen (Windows)

In der Eingabeaufforderung folgenden Befehl eingeben:

subst s: "<Pfad an dem der Code abgelegt werden soll>"

Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen

Programmcode kopieren

ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren.

Programmcode in Eclipse Importieren

  1. start eclipse :)
  2. set the workspace to “S:\ARSIN_V01”
  3. File → Import …
  4. General → Import existing Projects (Next)
  5. Add…
  6. “S:\ARSIN_V01\”
  7. Select All
  8. Next/Finish


Ohne S: Laufwerk

  1. Projekt importieren
  2. Libaries neu importieren
  3. properties auf jedem Projekt -> java build path -> fehlene libaries hinzufügen
  4. Pfad in file anpassen: clsGetARSPath.java