import java.util.*;
class sample
{
public static void main(String arg[])
{
System.out.println("Here it is!");
}
}
How to resolve this Error? I tried set path="..." and set classpath="..." But nothing helped me. Can you help me?