| View previous topic :: View next topic |
| Author |
Message |
csteinert
Joined: 16 Feb 2009 Posts: 1
|
Posted: Mon Mar 16, 2009 10:13 am Post subject: JavaDLLBuilder - suitable for writing ActiveX components |
|
|
I am currently looking into JavaDllbuilder but it is not clear to me, if it is capable to wrap a visual java bean into an activeX component.
Can something like this done with JavaDllBuilder (much like how the Sun ActiveX Bridge does)?
If this is possible - where can I find documentation about that?
Thanks and regards
Christian |
|
| Back to top |
|
 |
ken

Joined: 25 Mar 2004 Posts: 634
|
Posted: Mon Mar 16, 2009 3:26 pm Post subject: |
|
|
| It is not possible. JavaDllBuilder creates a Windows DLL that wraps public methods of a Java class as Windows native APIs. There is no support for Java visual components. |
|
| Back to top |
|
 |
|