JVM Languages
java_com.txt
Associated article: Java and COM Automation
Tags: .NET JVM Languages
Published source code accompanying the article by Kenneth Bandes in which he examines the ActiveX technology called Automation (formerly "OLE Automation"), and shows how you can be implement it in Java. Also see JAVA_COM.ZIP.
Java and COM Automation
by Kenneth Bandes
Listing One
javareg /register /class:autoXTest /clsid:"{735640F0-3B59-11D1-B5B9-98596A000000}" /typelib:autoXTest.tlb /progid:"autoXTest.Main" /codebase:"g:projectsautoX"
Listing Two
[
...


