Skip to content

Java Programming 2016

Just another Kyoung Shin Park’s Lectures Sites site

JDK1.8

Java SE 8u102 Download & JDK8 Demos and Samples Download

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

Path 지정하기

java_path

Java version 확인하기

java_version

1.Notepad 사용하여 Java 코드 작성하기 (Notepad.exe Hello.java)

public class Hello {

public static void main(String[] args) {

System.out.println(“hello”);

}

}

2.컴파일 (javac Hello.java)

3.실행 (java Hello)

java_run

Author kparkPosted on September 2, 2016June 5, 2022Categories Java Programming

Post navigation

Previous Previous post: Lecture1
Next Next post: Eclipse

Recent Posts

  • HW4
  • Final Exam
  • Point Collections
  • lecture11
  • lecture10

Recent Comments

    Archives

    • December 2016
    • November 2016
    • October 2016
    • September 2016

    Categories

    • Homework
    • Java Programming
    • Lecture
    • Q&A

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Java Programming 2016 Proudly powered by WordPress