Research to see if the following is possible using Java (or at all).
Identify any library or resources needed and save information here if possible.
1 NETSEND from Java?
Runtime run = Runtime.getRuntime(); Process pr = run.exec( "net send ip msg" ); pr.waitFor();
2 Broadcasting might be the next step of this feature, I will leave a spot here
Log in to post a comment.
1 NETSEND from Java?
Runtime run = Runtime.getRuntime();
Process pr = run.exec( "net send ip msg" );
pr.waitFor();
2 Broadcasting might be the next step of this feature, I will leave a spot here