New Class - call this one test - copy and paste code below
import java.io.*;
public class test
{
public static void main(String[] args) throws IOException
{ System.out.println("hello World - My first Program");
}
}
Double click on it to Edit it
Compile it
Right mouse click and highlight function you want to run (void main)