CS351 - Design of Large Programs - Professor Ackley

Tuesday and Thursday: 11:00am - 12:15pm (Centennial B146) Labs: Monday (001) 1:00pm - 1:50pm and Thursday (005) 12:30pm - 1:20pm (Centennial B146)

Introduction

Set-up your workspace within Eclipse and create a HelloWorld.java

Goals

  • TA Introduction
  • Monty Hall
  • Class details
  • (re)Become familiar with Eclipse and programming in Java
  • Create a directory for CS351 Labs in your workspace
  • Write a HelloWorld.java

Instructions

Fire up Eclipse (if you are on your own machine and don't have it installed or want the latest version, visit the Eclipse download page) and create a new Java Project titled CS351Labs. If you like the standard package naming convention, create a new package under /src/ and name it lab1. Then create a new HelloWorld java class with a main() method stub. Play around and code a simple java program that prints "Hello World." or something of the like to the console.

Note: these are just suggested naming conventions for the directory path in which to place your work done in this lab. I tend to be an organization freak but feel free to follow/stray as close to/far from these suggestions as you wish.