Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    32
    Views
    4,045

    Re: install network program

    What is "installer network"? Why do think a java program can do it?

    Java has several classes for doing network things: Socket and the datagram packets. These classes are in the java.net...
  2. Replies
    32
    Views
    4,045

    Re: install network program

    Have you asked on Google?
    This has nothing to do with java programming.
  3. Replies
    32
    Views
    4,045

    Re: install network program

    I do not know what an "installer" is.
    I also do not know how to execute a program on another PC without there being a special server on that PC that you can send instructions to using some protocol.
  4. Replies
    32
    Views
    4,045

    Re: install network program

    I do not know what SMB is or where it is defined.
  5. Replies
    32
    Views
    4,045

    Re: install network program

    That code is missing the classname where I have added the XXXX
    The value in the "s looks like a URL with a protocol of smb however it has spaces in it.
  6. Replies
    32
    Views
    4,045

    Re: install network program

    My only suggestion is to uninstall the JDK and reinstall it.
  7. Replies
    32
    Views
    4,045

    Re: install network program

    What does that have to do with writing a program in java?
  8. Replies
    32
    Views
    4,045

    Re: install network program

    Sorry, I'm not familiar with the rundll32 program. That looks like part of the Windows OS, not part of java. As you show, java can execute OS programs.

    How would you use that in your project?
  9. Replies
    32
    Views
    4,045

    Re: install network program

    I still do not understand what you want to happen.
    What software will be executed on the server?
    What software will be executed on the client?
    If you are on the server, what are you doing there?...
  10. Replies
    32
    Views
    4,045

    Re: install network program

    I still do not understand what you are trying to do.
    If you have a server program on the PC at 10.0.0.1 then why is that called a client? I'd call the PC with the server program the server. The PC...
  11. Replies
    32
    Views
    4,045

    Re: install network program

    what do you want to install? What does "install it" mean? What is the "it"?
    What programs do you have now that you can use?
    Are you going to write code for the server and client sides?
  12. Replies
    32
    Views
    4,045

    Re: install network program

    Can you explain how a java program would be useful for your task?
Results 1 to 12 of 12