-1

I have a COM object with extension .tlb. How do I import it in Java and use it in my code?

nabster
  • 1,561
  • 2
  • 20
  • 32
Kutti
  • 486
  • 1
  • 6
  • 17

1 Answers1

1

If you are referring to Component Object Model (COM), a binary-interface standard for software components introduced by Microsoft in 1993 then have a look at https://notendur.hi.is/snorri/SDK-docs/getstart/javac003.htm

Lai
  • 472
  • 6
  • 23