Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Using RMI to access a DLL on a remote host from Eclipse
Using RMI to access a DLL on a remote host from Eclipse [message #1696275] Mon, 25 May 2015 08:06
Marlene Miller is currently offline Marlene MillerFriend
Messages: 6
Registered: May 2015
Junior Member
I am using Eclipse on a Windows laptop to develop a Java application that will run on a remote host. The application invokes methods in an external JAR. Those methods invoke native methods. The DLL for the native methods resides on the remote host.

During code development, I want to run the application in Eclipse.

Is it reasonable to replace the vendor's external JAR with a Java RMI stub on Eclipse and a Java RMI agent on the remote host? The RMI agent would invoke the methods in the external JAR on the host.

Or is there a better way to run a Java application in Eclipse that accesses a vendor's DLL on a remote host?
Previous Topic:Remote makefile project
Next Topic:Eclipse shows only welcome page
Goto Forum:
  


Current Time: Fri Apr 26 00:09:45 GMT 2024

Powered by FUDForum. Page generated in 0.07432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top