HI there,
sorry, this is an incredibly basic problem, its just confusing me no end - no previous programming experience and trying to get my head round java - i have followed some guides for the source code and have came up with the following to display 'welcome to java!' in the command prompt.
-----------------------
// Welcome.java: This application program prints Welcome to Java!
public class Welcome {
public static void main(String[] args) {
System.out.println("Welcome to Java!");
}
}
----------------------
The problem i now have is after installing JDK 1.4 on my machine, the 'javac' command (to compile the source code??) does not seem to be working, i.e. 'c:\Documents and Settings\Paul>javac Welcome.java' is unrecognised.
I know the commands or file organisation are wrong, but im really not sure how or why :sad:
Any help would be greatly greatly appriciated!
cheers,
paul