View Single Post
  #1 (permalink)  
Old 08-05-2007, 06:08 PM
trill trill is offline
Member
 
Join Date: Jul 2007
Posts: 40
trill is on a distinguished road
Problem with my program HelloWorld
Hello, I don't know any thing about java.
I have a program 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

Code:
class HelloWorld { public static void main(String args[]) { System.out.printIn("Hello World!"); } }
Thanks.
Reply With Quote
Sponsored Links