Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Running a program help required

  Asked By: Jasmine    Date: Jan 08    Category: Java    Views: 717
  

I downloaded a program form
java.sun.com/.../clientServer.html

AND instruction for running the program is

"Run the program using the Java interpreter, just as
you would any other Java application"

I'm finding difficulties what is meaning of the above
instruction
does it mean

javac programFile.java

or some thing else

Could any body can clear me how to run the program
"using Java Interpreter"

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Zachary Larson     Answered On: Jan 08

It is network programme
open two msdos windows
compile the programme as follows
javac clientServer.java

and then run  server programme (first) in one window
and client programme in second window
enjoy
if more help  needed write to me

 
Didn't find what you were looking for? Find more on Running a program help required Or get search suggestion and latest updates.




Tagged: