Running indiviudal java files of a java application project from command line with arguments -


i trying build java application have java files. project uses java's networking features(socket, serversocket) . have server , clients . got 2 files client.java , server.java take arguments command line.(each has main(args[] a) method) need to compile , run them individually test them how contact each other. how job done? mean love see 1 of command window acting server , client. on windows7.

searching 'run java program' google yields answers: (the first result pretty useful http://www.cs.swarthmore.edu/~newhall/unixhelp/debuggingtips_java.html).

running java -h in command line yields answers.

if don't know how these things, need read documentation yourself. , if can't possibly bothered read basic documentation or search basic of answers, it's not worth our time spoonfeed them you. field of programming requires learn read , research, @ least @ basic level.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -