User Profile
Collapse
-
Answer file for software installation
i m doing program for remote software installation. how answer file is prepared for software installation ? and how it is used? -
Creating input stream for a socket
can i create two input streams for a single socket ? and can it is possible to use those 2 streams simultaneously ?? can it be done using clone object ? -
You can do it simply using tcp. Use "ServerSock et" on server side to accept the connection from client. Using "Socket" class on client side connect to the server. Then u can communicate by creating the input and output streams for the socket. -
Remote software installation through Java ??
how can i install any software on remote machine through java ? i want to execute its .exe file on remote machine using java code -
Executing system calls of windows through java
Hi
I didn't exactly get how to execute system calls on "remote " machine on
windows. For e.g. how can i run system file for getting the list of running
processes on a machine in a LAN ? and how can i get the output back ? -
Executing windows system calls through java
i need to execute system calls of windows on remote machine in a LAN.
how can i do so using java ?
No activity results to display
Show More
Leave a comment: