Search:

Type: Posts; User: Billy99

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,635

    Re: Free up port(s)

    Hello again,

    I got a method to manage the case in which the user logoff the computer. It is using addShutdownHook(). An example:


    Runtime.getRuntime().addShutdownHook(new Thread() {
    ...
  2. Replies
    2
    Views
    1,635

    Re: Free up port(s)

    It could be feasible get the socket (which is using the port) from the port number (is the only info I have), and then close the socket and unbind/free up the port?

    What about this?:(
  3. Replies
    2
    Views
    1,635

    Free up port(s)

    Hello everybody,

    anybody could say me how to free up a port (for instance 8088) which is used by other user (in other Windows 7 session in same computer).
    The trouble is that I have a java...
Results 1 to 3 of 3