Lecture Summary 1

Introduction to Java

Installing JDK 1.3 or higher (required)

Installing BlueJ (optional)

  • Download from http://www.bluej.org/
  • Make sure JDK is installed
  • Follow the installation instruction
  • Download the BlueJ Tutorial
  • Your first Java program

  • Source code: HelloWorld.java
  • Compile: javac HelloWorld.java
  • Run: java HelloWorld
  • Using BlueJ
  • Java basics