annaantony
05-06-2004, 11:58 AM
hello ,
I don't know any thing about java .
I have a prgrm like this from a tutorial HelloWorld.java now I want to compile it What I have to do for compiling it .I try to compile it in dos prompt
java c HelloWorld.java
it's in my E:\javafiles\HelloWorld.java
I have install tomcat also now what to do
class HelloWorld {
public static void main(String args[]) {
System.out.printIn("Hello World!");
}
}
I don't know any thing about java .
I have a prgrm like this from a tutorial HelloWorld.java now I want to compile it What I have to do for compiling it .I try to compile it in dos prompt
java c HelloWorld.java
it's in my E:\javafiles\HelloWorld.java
I have install tomcat also now what to do
class HelloWorld {
public static void main(String args[]) {
System.out.printIn("Hello World!");
}
}