Our hardest task will be to get this running!  Let's see if you can start a program off and make it run 1) Open eclipse and choose create new java project ![[image.3.png]] Make a test project as follows ![[Java/Java Course/_resources/Java_Course_0__Hello_World.resources/image.png]] Right click on src and choose New class as shown ![[image.2.png]] Fill in the next dialog as shown.  Make sure you tick the public static void box ![[image.5.png]] Fill in the resulting  program as shown ![[image.4.png]] Run it by hitting the white arrow as shown ![[image.1.png]] See if it prints out Hello World at the bottom