1 / 11

ITI0011 - praktikum 1/16

ITI0011 - praktikum 1/16. Ago Luberg. Ülevaade. Kursusest Java Eclipse Git Checkstyle " Hello world ". Kursusest. http://www.lambda.ee/wiki/ITI0011 lambda.ee "Kursused sel semestril" Programmeerimise põhikursus JAVA-s ehk ITI0011 Kodused ülesanded 4 x 10p

Download Presentation

ITI0011 - praktikum 1/16

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITI0011 - praktikum1/16 Ago Luberg

  2. Ülevaade • Kursusest • Java • Eclipse • Git • Checkstyle • "Helloworld"

  3. Kursusest • http://www.lambda.ee/wiki/ITI0011 • lambda.ee • "Kursused sel semestril" • Programmeerimise põhikursus JAVA-s ehk ITI0011 • Kodused ülesanded • 4 x 10p • kaitsmine praktikumis õppejõule • Eksam • 60p • eeldus, 3 kodust ülesannet kaitstud

  4. Java • www.oracle.com • Downloads > Java forDevelopers > SE JDK • Java SE JDK • Standard Edition • Java DevelopmentKit • javac.exe • JRE • Java RuntimeEnvironment • java.exe

  5. Eclipse • www.eclipse.org • Eclipse Standard 4.3 (Kepler)

  6. Eclipse • Vaated (view) • Packageexplorer • Problems • Git • Perspektiivid (perspective) • "Quickview" • Window -> Preferences • Project properties

  7. Eclipse • "hover" • @javadocview • kirjuta ise "javadoc" • checkstyle • "runas Java application" • alt-shift-x J • Auto-complete(assist) • ctrl + space • .

  8. Checkstyle • Window -> Preferences • Checkstyle • New .. Remote • Project (rightclick) • Activatecheckstyle • Problems

  9. Git • Versioonihaldus • Window > Show view > Other • Git

  10. HelloWorld • Java project • Package • Class • Staticmain() • //, /**, /* • System.out.println(); • outline • javadoc

More Related