I have a Windows Service written in C++ that has a tlb file.
I need to use this service from my Java app.
The sample app has:
import dfds.*;
import com.ms.com.*;
The service is DFDS.exe which has a DFDS.tlb type library file. How do I go about creating something that gets imported as dfds.*?