Java gurus, two questions about java code
hi all, i met two questions, hope you could help me with this.
1- how could i register an COM ActiveX EXe or DLL thru java code, using a
certain MS package?
2- how could i load/call these COM component(Activex exe and dlls) in java
code?
could you show some sample code here?
thanks in advance!
Richy
Re: Java gurus, two questions about java code
"Richy" <szrichy@163.net> wrote:
>
>hi all, i met two questions, hope you could help me with this.
>1- how could i register an COM ActiveX EXe or DLL thru java code, using
a
>certain MS package?
One way - call regsvr32 and pass the DLL as a param to Runtime.getRuntime().exec()