I'm at the office right now, so don't have access to a live sample. But, you can have a look at JACOB for late binding and com4j for early binding.
Based on Tomasz's comments on an earlier thread, you should probably take the JACOB (late binding) route, though the com4j would seem far more natural to a java programmer. For communicating directly with DLLs, I've also found JNA to be excellent and well supported through the user mailing list. All 3 are summarised here: http://javabyexample.wisdomplug.com/java-concepts/34-core-java/70- invoking-win32-api-and-activex-components-com-dlls-from-java-ii.html Mike --- In [email protected], "Steve Davis" <_sda...@...> wrote: > > Does anyone have example code showing how to control AB with Java or > Groovy? > > Thanks, > Steve >
