Re: How to communicate with DLL?
Posted By:
sumit_dubey
Posted On:
Monday, October 14, 2002 01:31 AM
you can use ior or naming service to communicate to your DLL , most lileky developed in VC++.I can help you more if you provide more information about your client server and technologies used.
Re: How to communicate with DLL?
Posted By:
Alex_Kobyakov
Posted On:
Monday, September 30, 2002 12:27 AM
If you want pure java solution, use JNI to write a wrapper for DLL. Otherwise, write a CORBA wrapper for that DLL.
Adn last but not least - you can rewrite DLL to Java, it will serve you well...