Olá pessoa fiz um hello word básico só para testar e quando tento compilar dá o seguinte erro:
Could not find the main class. Program will exit.
public class Welcome
{
public static void main(String args[])
{
System.out.println("Hello, World!!!");
}
}