- Code: Select all
public class Test
{
public static void main(String[] args)
{
System.out.println("hello world");
}
}
When I got to build all I get is
[Error 2] The system cannot find the file specified
[Finished]
I think I have the javac path setup correctly because works fine compiling from command prompt.
Any ideas?