You must write the main like that:

public static void main(String args[])
{
try
{
System.in.read();
}
catch (IOException e)
{
}
}