Dear Sir,
I Tanmay Sinha reading java as a very beginner.I 've installed Java software( jdk-6u11-windows-i586-p and
netbeans-7.0-ml-javaee-windows) on my computer.Now I want to write java program by command Prompt but I am not able
access it.So please help me....
I write Java program
class HelloWord
{
public static void main(string args[])
{
system.out.println("HelloWord");
}
}
and I save it in D dive(Location) as D:\mywork and then by command prompt when use it initial as d: & enter then get the information
D:\> but from here i am facing problems to use command prompt for compilation & run.
Thanks & regards
Tanmay Sinha