how to compile and execute network java programs using textpad?
java using textpad
Collapse
X
-
-
Are you expecting a "network" Java program to need special handling as far as compiling or executing, compared to an ordinary Java program?Originally posted by arun1987how to compile and execute network java programs using textpad?Comment
-
Do you mean, you wrote your program with textpad and want to execute it now? If so, simply open a command line ("Start -> Run -> cmd" if you're running Windows), change to the directory which contains your program, then runOriginally posted by arun1987how to compile and execute network java programs using textpad?
Hope that helps.Code:javac nameOfYourClass.java java nameOfYourClass
Greetings,
NepomukComment
Comment