ActiveX and Java
i nead to call ActiveX from my java code. is it possible? if yes how?
thanx in advance.
M. Bilal
[104 byte] By [
M. Bilal] at [2007-11-9 21:19:33]

# 1 Re: ActiveX and Java
Yes, go here: http://www.alphaworks.ibm.com/tech and select Java, then
Bridge2Java in the left frame.
PC2
"M. Bilal" <mbilalf@hotmail.com> wrote in message
news:3b12b527$1@news.dev-archive.com...
>
> i nead to call ActiveX from my java code. is it possible? if yes how?
> thanx in advance.
> M. Bilal
# 2 Re: ActiveX and Java
"M. Bilal" <mbilalf@hotmail.com> wrote:
>
>i nead to call ActiveX from my java code. is it possible? if yes how?
>thanx in advance.
>M. Bilal
It can be done by registering your Java class using Javareg tool provided
by the microsoft and thereafter you can call instance methods.
# 3 Re: ActiveX and Java
You can use JNI (Java Native Interface)
>"M. Bilal" <mbilalf@hotmail.com> wrote:
>>
>>i nead to call ActiveX from my java code. is it possible? if yes how?
>>thanx in advance.
>>M. Bilal
>
>It can be done by registering your Java class using Javareg tool provided
>by the microsoft and thereafter you can call instance methods.
>
>