The following program is throwing error:
public class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
CLASSPATH C:Program FilesJavajdk1.6.0_18in
Path C:Program FilesJavajdk1.6.0_18in
JAVAHOME C:Program FilesJavajdk1.6.0_18in
Can you please tell me the root cause?
See Question&Answers more detail:os