Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:deep:dev:start [2014-01-10 09:21] – Externe Bearbeitung 127.0.0.1software:deep:dev:start [2014-02-15 08:43] graf
Zeile 1: Zeile 1:
 ====== Project deep ====== ====== Project deep ======
- 
-<box 40%|Später löschen, nur lokal auf NTB-Wiki> 
-[[.:local:start|Lokale Informationen]] 
-</box> 
  
 Under the name of **deep** a new cross development platform for Java was created. The project was initiated and is maintained by the Institut for Computer Science at the Fachhochschule für Technik, NTB, Buchs, Switzerland.  Under the name of **deep** a new cross development platform for Java was created. The project was initiated and is maintained by the Institut for Computer Science at the Fachhochschule für Technik, NTB, Buchs, Switzerland. 
Zeile 28: Zeile 24:
  
 ===== Overview ===== ===== Overview =====
-A Java compiler converts a Java file into a class file. A class file represents the original program in a compact binary form and could be interpreted by a JVM or, as in our case, will be translated directly in the target machine code. Bytecode is strictly defined in //The Java Virtual Machine Specification, Java SE 7 Edition// and can be verified.+A Java compiler converts a Java file into a class file. A class file represents the original program in a compact binary form and could be interpreted by a JVM or, as in our case, will be translated directly in the target machine code. Bytecode is strictly defined in [[http://docs.oracle.com/javase/specs/jvms/se7/html/|The Java Virtual Machine Specification, Java SE 7 Edition]] and can be verified.
  
 ===== Crosscompiler ===== ===== Crosscompiler =====
Zeile 57: Zeile 53:
 ==== Debugger ==== ==== Debugger ====
 Many views in eclipse support the viewing of variables, objects, registers and memory sections. We also deploy the debugger framework of eclipse to support target debugging with setting breakpoints and single-stepping (see [[.:eclipse_debugger|Debugger]]). Many views in eclipse support the viewing of variables, objects, registers and memory sections. We also deploy the debugger framework of eclipse to support target debugging with setting breakpoints and single-stepping (see [[.:eclipse_debugger|Debugger]]).
-