LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call Java from Labview

Hello NG

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

Frank
* benoit * at * tionex * de *
0 Kudos
Message 1 of 2
(2,757 Views)
> 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...

Frank
* benoit * at * tionex * de *
0 Kudos
Message 2 of 2
(2,756 Views)