I am trying to access FalconView COM objects from my Java program using an open source project called j-interop (www.j-interop.org).
From their site: "j-Interop is a Java Open Source library (under LGPL) that implements the DCOM wire protocol (MSRPC) to enable development of Pure, Bi-Directional, Non-Native Java applications which can interoperate with any COM component."
I have successfully accessed ILayer to create a layer, display icons, and remove icons. What I'm having problems with is trying to register an ICallback dispatch interface using RegisterWithMapServer.
I know this is a long shot, but I was wondering if anyone has had any experience using j-Interop to do this. I could sure use some examples and guidance.
Thanks.
- Bill Ledder
