| Author |
Running Application in Network mode
|
mohini lalwani
Greenhorn
Joined: Nov 24, 2008
Posts: 25
|
|
How i can run denny's dvd in network mode . First I run ApplicaitonRunner.java with server argument then it ask me database location and i selected RMI Server radio button ,I clicked start server . Server started After that I created jar file I type this command on command promopt javaw -jar sampleproject.jar server sampleproject is jar file name nothing is happening where is client program , how to run client program When I created jar file then I gave ApplicationRunner.java as main class . what to do ??? how to run client program after running server ??? let me know thanks
|
 |
Payal Shah
Ranch Hand
Joined: Jul 10, 2006
Posts: 67
|
|
Try : javaw -jar sampleproject.jar make sure you have server running.
|
 |
 |
|
|
subject: Running Application in Network mode
|
|
|