Me: >>It would be very helpful to see just a minimal example >>of a java module -- a little recipe for cooking up one >>which I can plug into the regular DX UI.
David Thompson: > Actually, there aren't any examples of this available > because I don't think anybody has done it. I think it > would be possible to do with JNI, but can JNI code be > loaded dynamically? I think their would have to be a > large amount of wrapper code written just to deal with > passing variables, etc. Thank you, David, this clarifies things. I have done a fair amount with JNI, and yes, you can load the classes dynamically. But it's true: JNI programming requires lots of wrapper code, which is time-consuming to write. But thanks again for the clarification. - Paul
