Monday, April 14, 2014

Beginning with the Eclipse IDE

Today we began working with Eclipse.  We started with the standard "Hello World" just to get the feel for the interface and, although we had a few little hiccups, things went pretty smoothly.
public class HelloWorld {
 
public static void main(String[] args) {
 System.out.println("Hello World!");
}

}

Next we will begin looking at some decent Eclipse tutorials.  I'll start with a couple I have explored, but if you find others that you really like, let me know and I'll review them for the class.

One example of a tutorial follows:

No comments:

Post a Comment