Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Accessing Windows Service from Java

User_95AGOSep 16 2021

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.*?

Comments

Post Details

Added on Sep 16 2021
0 comments
269 views