This is a small tutorial on how to run a java applet on mac using terminal, if u have any questions just comment.
If u cant find a program here use this
class hello
{
public static void main(String args[])
{
System.out.println(”Hello world”);
}
}
hope it helps
Duration : 0:4:13