CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: RMI

  1. #1
    Join Date
    Mar 2000
    Posts
    1

    RMI

    I want to invoke remote exe(which on server) file and pass arguments to it
    from client machine using RMI.Is it possible?if possible how it can achived?
    for standalone appl in java programming i am able to invoke exe file in java
    by using classes Runtime and Process


  2. #2
    Join Date
    Mar 2000
    Location
    Portland, OR, USA
    Posts
    41

    Re: RMI

    Its not so easy process (but not very complex), because you have to do few steps to create RMI server and client. You can find step-by-step tutorial here:
    http://java.sun.com/products/jdk/1.2...start.doc.html



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured