The code is as follows:
class Demo001
{
public static void main(String[] args)
{
System.out.println("Blimey!!");
System.out.println("It Works!!");
}
}
The code seems fine to me, perhaps you may be able to spot an error?? the class path may be the problem. I have named the class correctly. I have a feeling a program may be interfering with the JAVA program path, which may involve messign arong with the registry settings (which i have no idea about!). Although saying this it has no problem compiling, the compiler JAVAC is located in the same folder as the JAVA program, although the program will still not run

wich to me seems very
wierd!!