I have tried to build an activeX from java with suns packager (axbridge). In Visual C++ and VBasic I can use this activeX successfully. But in LabView, I cannot create the object without error. Has anyone tried this before?
If my java-bean is called "Test", I see in lv multiple interfaces. If I check the creatable Option, I see: "Test (Test.Bean.1)" Using this I cannot wire any method. But I can create and destroy the object without error.
If I uncheck the creatable I see: Test TestDispatch TestSource Only if I use the TestSource, I can wire the implemented methods, but then I get an error: The Object cannot be create
> Only if I use the TestSource, I can wire the implemented methods, but then Sorry, _not_ "TestSource", if I use "TestDispatch", I can wire the implemented methods, but then...